Skip to content

Instantly share code, notes, and snippets.

@ahmadrosid
Created October 17, 2019 15:16
Show Gist options
  • Save ahmadrosid/c4bafa763dcb13db23eac9a052fe46a6 to your computer and use it in GitHub Desktop.
Save ahmadrosid/c4bafa763dcb13db23eac9a052fe46a6 to your computer and use it in GitHub Desktop.
[Desktop Entry]
# The type as listed above
Type=Application
# The version of the desktop entry specification to which this file complies
Version=1.0
# The name of the application
Name=IDEA
# A comment which can/will be used as a tooltip
Comment=Java IDE tool
# The path to the folder in which the executable is run
Path=/home/ahmadrosid
# The executable of the application, possibly with arguments.
Exec=/opt/idea/bin/idea.sh
# The name of the icon that will be used to display this entry
Icon=/opt/idea/bin/idea.png
# Describes whether this application needs to be run in a terminal or not
Terminal=false
# Describes the categories in which this entry should be shown
Categories=Education;Languages;Java;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment