Last active
February 2, 2018 00:10
-
-
Save akafael/f7583856ba1e200264cbf3de5a42e9b2 to your computer and use it in GitHub Desktop.
DesktopLinksOnLinux
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
[Desktop Entry] | |
Encoding=UTF-8 | |
Version=1.0 | |
Name=MyProgramName | |
GenericName= My Complete Program Name | |
Exec= /path/to/my/program.sh | |
Icon=/path/to/my/program/icon.png | |
Terminal=true | |
StartupWMClass=MyProgramGroupClass | |
Type=Application | |
Categories=Application; | |
Comment= This is the best program comment ever. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment