Skip to content

Instantly share code, notes, and snippets.

@alexp1917
Last active January 27, 2022 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexp1917/10dea1f9df12a4bc10eb7032d64e4c70 to your computer and use it in GitHub Desktop.
Save alexp1917/10dea1f9df12a4bc10eb7032d64e4c70 to your computer and use it in GitHub Desktop.
Add Intellij IDEA Java IDE to Gnome Desktop
# /usr/share/applications/idea.desktop
[Desktop Entry]
Name=Intellij IDEA
Comment=Intellij IDEA Java IDE
Exec="idea.sh" %f # should be in path
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/plain;
Icon=idea.svg # relative to idea.sh
Categories=IDEA;IDE;Java;
Keywords=Text;Editor;Java;Write;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment