Skip to content

Instantly share code, notes, and snippets.

@izerozlu
Created August 6, 2020 15:17
Show Gist options
  • Save izerozlu/c7187f356855434ce539ea903010f70d to your computer and use it in GitHub Desktop.
Save izerozlu/c7187f356855434ce539ea903010f70d to your computer and use it in GitHub Desktop.

Eclip Desktop Entry

Following steps are taken from beamtic.com

Create and edit the Desktrop Entry

Creation

gedit ~/.local/share/applications/eclipse.desktop

Content

[Desktop Entry]
Type=Application
Name=Eclipse
Comment=Eclipse Integrated Development Environment
Icon=[PATH TO ECLIPSE INSTALLATION]/eclipse/icon.xpm
Exec=[PATH TO ECLIPSE INSTALLATION]/eclipse/eclipse
Terminal=false
Categories=Development
StartupWMClass=Eclipse

Make executable

chmod +x ~/.local/share/applications/eclipse.desktop


Voila!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment