Skip to content

Instantly share code, notes, and snippets.

@D1360-64RC14
Created June 8, 2021 16:42
Show Gist options
  • Save D1360-64RC14/f48a6f3f06785e65308b1fc99ba90525 to your computer and use it in GitHub Desktop.
Save D1360-64RC14/f48a6f3f06785e65308b1fc99ba90525 to your computer and use it in GitHub Desktop.
Sample program.desktop file
# 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