Created
February 23, 2016 12:37
-
-
Save ryanpadilha/e2977a27360b52002b4b to your computer and use it in GitHub Desktop.
Desktop Entry Linux Mint - IDE Eclipse
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 gedit /usr/share/applications/eclipse-mars.desktop | |
# file eclipse-mars.desktop | |
# paste the lines and adjust the path application | |
[Desktop Entry] | |
Encoding=UTF-8 | |
Exec=/home/ryan/Documentos/ambiente/eclipse/eclipse | |
Icon=/home/ryan/Documentos/ambiente/eclipse/icon.xpm | |
Type=Application | |
Terminal=false | |
Comment=Eclipse Java EE IDE for Web Developers | |
Name=Eclipse Mars | |
GenericName=Eclipse Mars.1 Release 4.5.1 | |
StartupNotify=false | |
Categories=Development;IDE;Java; | |
# save the file, at the end the shortcut is enable on start menu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment