Created
July 19, 2013 16:39
-
-
Save carlessistare/6040559 to your computer and use it in GitHub Desktop.
Add Shell script to launcher UBUNTU
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
sudo vim /usr/share/applications/eclipse.desktop | |
[Desktop Entry] | |
Type=Application | |
Terminal=false | |
Name=Eclipse Kepler | |
Icon=/opt/eclipse-kepler/icon.xpm | |
Exec=/opt/eclipse-kepler/eclipse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment