NTesla
NTesla

Reputation: 69

Eclipse menu bar won't show - Ubuntu 16.04 - Eclipse Mars

I recently installed eclipse Mars with the installer.

However, the menu at the top won't show : I can't see File, Edit...

I'm using Ubuntu 16.04

Eclipse.ini

Screenshot of the problem at the top

Thanks in advance for you help

Upvotes: 3

Views: 10102

Answers (3)

JEW-DONG KUO
JEW-DONG KUO

Reputation: 31

It works for me with David M. Karr's suggestion. To be more specific,

Go to Ubuntu 16.04 All Settings (mechanic gear icon), Click on Appearance... All Settings"->"Appearance"->"Behavior" and change the "Show the menus for a window" setting: Check both of the following: 1. In the window's title bar and 2. Always displayed.

Upvotes: 3

yunzhan
yunzhan

Reputation: 131

I had the same problem today. I found the answer in Ask Ubuntu. It fix my system. I just execute this command on dash:

$ initctl restart unity-panel-service

Upvotes: 13

David M. Karr
David M. Karr

Reputation: 15235

You're only showing the Eclipse window. Apparently, Ubuntu will default to showing the application menu bar in the desktop status bar, instead of the application window. Go to "Settings"->"Appearance"->"Behavior" and change the "Show the menus for a window" setting. Even then, you will only see the menu if you hover the mouse there.

Upvotes: 0

Related Questions