Comment 0 for bug 1262643

Revision history for this message
Gabriel Almir (kewer) wrote :

Eclipse menus don't show up in Ubuntu 13.10, when I click on any menus in Eclipse (Help, Window, Run) they don’t show up. Only menu stubs and selection are visible. I tried uninstalling and reinstalling but did not work.
Then just left me check everything related to Eclipse.
I think I found a possible solution.
In usr/share/applications/desktop has a file Eclipse (possibly eclipse.desktop).
On the line where he was Exec=eclipse, modified to: Exec=env UBUNTU_MENUPROXY=0 eclipse
or it is also possible by modifying the file eclipse on /usr/bin/ ,
Adding the following line to the file:
export UBUNTU_MENUPROXY=0
path_to/eclipse/eclipse

Hope this helps.