Skip to content

Instantly share code, notes, and snippets.

@ryanpadilha
Created February 23, 2016 12:37
Show Gist options
  • Save ryanpadilha/e2977a27360b52002b4b to your computer and use it in GitHub Desktop.
Save ryanpadilha/e2977a27360b52002b4b to your computer and use it in GitHub Desktop.
Desktop Entry Linux Mint - IDE Eclipse
$ 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