None of the options are displayed on the menu bar i mean the drop down option. I have tried reinstalling Eclipse but nothing is helping. I have the same problem in Aptana Studio 3. I am working in Ubuntu ENV
Asked
Active
Viewed 1,442 times
3 Answers
2
You can disable the global menu for eclipse, for this you need add UBUNTU_MENUPROXY parameter with an empty or zero value in the launch command, like this:
$ env UBUNTU_MENUPROXY=0 /home/USERNAME/path-to-eclipse/eclipse

Andrey Izman
- 1,807
- 1
- 24
- 27
0
Try installing older or newer version of those applications. It might have bug issues on the os that you are working on. Thanks!
0
Note: on Ubuntu 14.04 and latest Eclipse, this bug is supposedly fixed, as mentioned in:
- Lars Vogel's blog post "Eclipse and the Ubuntu team working together – Solving the Eclipse menu issue under Ubuntu"
- Bug report 1208019: "Eclipse menus doesn't show up in Saucy".

VonC
- 1,262,500
- 529
- 4,410
- 5,250