Created
November 21, 2021 19:11
-
-
Save PetrGlad/05a1a1aee94c6501f3bb0f929aa298e7 to your computer and use it in GitHub Desktop.
IntelliJ Idea Gnome Desktop Launcher Example
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
# Shoulid be in ~/.local/share/applications/idea-ultimate.desktop | |
[Desktop Entry] | |
Version=1.0 | |
Name=Idea Ultimate | |
GenericName=IDE | |
Terminal=false | |
Exec=/opt/idea-IU-212.5457.46/bin/idea.sh | |
Terminal=false | |
Type=Application | |
Icon=/opt/idea-IU-212.5457.46/bin/idea.svg | |
Keywords=IDE;Code editor;Code;Development;IntelliJ;Idea;Ultimate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment