Created
October 21, 2013 12:09
-
-
Save jgraglia/7082840 to your computer and use it in GitHub Desktop.
Eclipse launcher for Ubuntu 13.10 gksu gedit /usr/share/applications/eclipse.desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
#see https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1221848 | |
Version=1.0 | |
Name=Eclipse | |
Icon=/opt/eclipse/icon.xpm | |
Exec=env UBUNTU_MENUPROXY= /opt/eclipse/eclipse | |
# -consolelog -debug -verbose | |
StartupNotify=true | |
Terminal=false | |
Type=Application | |
Categories=IDE;Development | |
X-Ayatana-Desktop-Shortcuts=NewWindow | |
[NewWindow Shortcut Group] | |
Name=New Window | |
Exec=env UBUNTU_MENUPROXY= /opt/eclipse/eclipse | |
TargetEnvironment=Unity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment