It's a rather simple problem, but I can't find the solution:
The menu bar in Kate (File, Edit, ...) has disappeared, and I tried looking up in the katerc
file. How can I restore it?
It's a rather simple problem, but I can't find the solution:
The menu bar in Kate (File, Edit, ...) has disappeared, and I tried looking up in the katerc
file. How can I restore it?
Had the same problem... and CTRL+M also solved it for me. I never actively hide my menus, so arriving at this solution was not intuitive. No idea what (bug?) caused the sudden disappearance of the menu.
I solved the problem by:
katerc
withfind * | grep katerc
, and deleted itsudo apt purge kate
sudo apt install kate
Came across this same bug this week. Unfortunately I had [Ctrl] + [M] mapped to something else. My solution was to find the file .katerc (in ~/.config on my Kubuntu machine), and invoked (courtesy of http://askubuntu.com/a/1274762/1002900)
to replace
MenuBar=Disabled
andShow Menu Bar=false
with
MenuBar=Enabled
andShow Menu Bar=true
I closed all my open kate windows, restarted, and my menu bar was back.
Three things are required to get your menus back under the title bar.
cd into your .config folder and execute:
In KDE settings > Window management > Menu tab > remove burger applications menu from title bar in both active and inactive windows
In KDE settings > Startup > Services > disable the menu daemon
Plus if you want your top menus in kate, hit ctrl+m twice.