Horst
Horst

Reputation: 373

IntelliJ IDEA Main Menu missing

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:

Main menu toggle 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

Answers (3)

BEWARB
BEWARB

Reputation: 131

System Details:


Ubuntu 21.10 Pycharm 2023.1.2 (Community Edition)

Steps to fix menu:


Shift Shift for searching 'Enable new UI' and disabling it, then restarting IDE fixed the missing menu

Upvotes: 0

Anit Shrestha
Anit Shrestha

Reputation: 221

Make Main Menu reappear IntelliJ IDEA in Ubuntu


System Details:

  • Ubuntu 20.04.1 LTS
  • IntellJ IDEA Community 2020.2.3

How the issue was created: I wanted to hide the menu

Steps:

  1. Click View > Appearance
  2. Uncheck Main Menu

Solution to make the menu reappear

Steps:

  1. Open folder: ~/.config/JetBrains

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.

  1. Open IdeaIC2020.2 > options > ui.lnf.xml

  2. Set value to true : option name="SHOW_MAIN_MENU" value="true"

I hope this helps.

Cheers,

Upvotes: 4

Petr Rastegaev
Petr Rastegaev

Reputation: 2089

Invoke Help | Find in action. Type Experimental features. Uncheck linux.native.menu.

Upvotes: 7

Related Questions