Last active
January 27, 2022 11:50
-
-
Save alexp1917/10dea1f9df12a4bc10eb7032d64e4c70 to your computer and use it in GitHub Desktop.
Add Intellij IDEA Java IDE to Gnome Desktop
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
# /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