Created
June 8, 2021 16:42
-
-
Save D1360-64RC14/f48a6f3f06785e65308b1fc99ba90525 to your computer and use it in GitHub Desktop.
Sample program.desktop file
This file contains 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
# Directory: | |
# All Users : /usr/share/applications | |
# Single User: ~/.local/share/applications | |
[Desktop Entry] | |
Type=Application | |
Name=Program Name | |
Comment=This is a sample .desktop file | |
Exec=/path/to/executable | |
Icon=/path/to/icon.png | |
Terminal=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment