Reputation: 373
After updating my Ubuntu to 20.04 this night, I noticed that my IntelliJ Main menu is missing.
The Problem is exactly the same as described here: https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000667510-Main-Menu-not-showing
However:
the SHOW_MAIN_MENU
option shows no effect
the shortcut workaround is not working
the View | Appearance: Main Menu
action is disabled:
I have tried multiple reinstalls both via snap & zipped standalone. Including purges of ~/.config/JetBrains
and ~/.local/share/JetBrains
without success.
Upvotes: 6
Views: 2530
Reputation: 131
Ubuntu 21.10 Pycharm 2023.1.2 (Community Edition)
Shift Shift for searching 'Enable new UI' and disabling it, then restarting IDE fixed the missing menu
Upvotes: 0
Reputation: 221
Steps:
Steps:
There could be more than one folder. I had two: IdeaIC2020.1, IdeaIC2020.2 Both has configuration xml files for the IntelliJ.
IdeaIC2020.2 seems to be the one with the configuration for IntelliJ.
IdeaIC2020.1 must have been for previous version or previous installation. Even if this is removed, IntelliJ worked.
Open IdeaIC2020.2 > options > ui.lnf.xml
Set value to true : option name="SHOW_MAIN_MENU" value="true"
I hope this helps.
Cheers,
Upvotes: 4
Reputation: 2089
Invoke Help | Find in action. Type Experimental features. Uncheck linux.native.menu.
Upvotes: 7