Comment 60 for bug 1208019

Revision history for this message
David White (cppege-david-9ei9ny) wrote : Re: Eclipse menus doesn't show up in Saucy

Ahmed,
Just guessing at the problem but are you launching eclipse from the command line? If you are launching as root from the command line the eclipse.desktop file doesn't take effect. This file is only for launching from the dash.

To launch from the command line with this fix type in:
env UBUNTU_MENUPROXY= /opt/eclipse/eclipse

(remembering the space after the "=").

Hope that helps