1

The main menu of Intellij IDEA, where the file and other options are, does not appear in the Ubuntu black bar at the top of the screen. All of my other aplications have main menues that appear there so I am curious why jetbrains products are different for me.

Screenshot:

enter image description here

Anton Dozortsev
  • 1,132
  • 10
  • 21

1 Answers1

3

It because Java GUI projects as Swing or AWT don't support Unity natively.

But you can easily fix it using java-swing-ayatana project. Follow by this guide to enable global menu.

Anton Dozortsev
  • 1,132
  • 10
  • 21