Re: Env setting on Unity launcher seemingly ineffective
Originally Posted by
mc4man
What's weird about that report, which is on the default repo eclipse, is that here it doesn't use the global (app) menu at all, no need to specify an env
(eclipse-3.8.4-1)
I've actually downloaded Eclipse from the project website. I'll give it a try with the version from the repository and report back.
Originally Posted by
mc4man
Anyway -
where is the eclipse.desktop you created?
In /usr/share/applications. I know I could have created it in my home directory, but I chose to make it "system-wide" and thought /usr/share/applications would be the right location in that case.
Originally Posted by
mc4man
Also
If you were to create a small script, place in a bin dir. in your path & run from alt+F2 does it open with menus in eclipse
Ex. -
a file named test1 placed in ~/bin or /usr/local/bin & made executable
Code:
#!/bin/sh
env UBUNTU_MENUPROXY= eclipse
Does running test1 produce in window menus?
Yes, it does. However, even if I modify the Exec entry in eclipse.desktop to invoke this little script instead, the menus are still broken. It then occurred to me that it might be because I had created a link from /usr/bin/eclipse to /opt/eclipse-kepler/eclipse (where I have the IDE installed). I then deleted the link, making sure that "which eclipse" returned nothing. Next, I typed eclipse in the dash and launched the app, hoping that Unity would have to be using the Exec line in eclipse.desktop, but to no avail. Still broken menus. I'm not really sure what to try next (aside from installing Eclipse from the repos).
Anything else I should try?
Thanks.
Ney André de Mello Zunino
Bookmarks