0

Screenshot

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

Community
  • 1
  • 1
sachin
  • 1
  • 1
  • If this is Ubuntu 13.10 see http://stackoverflow.com/questions/19452390/menus-dont-show-up-after-upgrading-to-ubuntu-13-10 – greg-449 Oct 20 '13 at 17:11

3 Answers3

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:

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