@pretzel6666 @kde it's a classic issue which I thought was already fixed. Are you using plasma 5?
In any case, check your config files and you should see a Menubar setting which need to be enabled again π
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDEβs software runs on GNU/Linux, BSD and other operating systems, including Windows.
If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
@pretzel6666 @kde it's a classic issue which I thought was already fixed. Are you using plasma 5?
In any case, check your config files and you should see a Menubar setting which need to be enabled again π
@carl @kde Oh LOL, do I need to change all of them manually?
[130|18:08|paulite23|.config]$ find . -type f -name \*rc -exec grep -i menubar --color \{\} /dev/null \;
./dolphinrc:MenuBar=Disabled
./dragonplayerrc:MenuBar=Disabled
./kaddressbookrc:MenuBar=Disabled
./kdenliverc:MenuBar=Disabled
./kfontviewrc:MenuBar=Disabled
./khelpcenterrc:MenuBar=Disabled
./kinfocenterrc:MenuBar=Disabled
./kmail2rc:MenuBar=Disabled
./kmail2rc:MenuBar=Disabled
./kmenueditrc:MenuBar=Disabled
./kminesrc:MenuBar=Disabled
./kolourpaintrc:MenuBar=Disabled
./kolourpaintrc:MenuBar=Disabled
./komparerc:MenuBar=Disabled
./konquerorrc:MenuBar=Disabled
./konsolerc:MenuBar=Disabled
./korganizerrc:MenuBar=Disabled
./krdcrc:MenuBar=Disabled
./kritarc:MenuBar=Disabled
./ktnefrc:MenuBar=Disabled
./ktorrentrc:MenuBar=Disabled
./ktorrentrc:menubar_hidden=true
./kwriterc:ShowMenuBar=true
./kwriterc:MenuBar=Disabled
./kilerc:MenuBar=Disabled
./arkrc:MenuBar=Disabled
./arkrc:MenuBar=Disabled
./systemsettingsrc:MenuBar=Disabled
./gwenviewrc:MenuBar=Disabled
./katerc:MenuBar=Disabled
./okularrc:shouldShowMenuBarComingFromFullScreen=false
./okularrc:MenuBar=Disabled
@pretzel6666 @kde Just use sed ;)
find ~/.config -iname '*rc' -exec sed -i '/Menubar=/d' {} \;
This should work but you might want to execute the sed command on one file first before running it everywhere as I am on my phone and didn't test it π
@pretzel6666@c.im I know this isn't entirely related to your post, but there was some stuff a while back trying to get LIMs (like unity) in KDE. maybe go and give these (https://bugs.kde.org/show_bug.cgi?id=375951, https://invent.kde.org/plasma/breeze/-/merge_requests/126/commits) some attention? If we can show that enough people want this kind of stuff, maybe it'll get some attention from people who know how to implement it.
@unknown1234_5 @kde If apps won't export the menu via ibus, this will still work as partially as global menu does.