Skip to content

Instantly share code, notes, and snippets.

@midwire
Last active February 14, 2024 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save midwire/f886af0b95bc2f1a9d186cb05d4a5bd9 to your computer and use it in GitHub Desktop.
Save midwire/f886af0b95bc2f1a9d186cb05d4a5bd9 to your computer and use it in GitHub Desktop.
[Linux Desktop File] #appimage #linux
# Desktop files are located in ~/.local/share/applications
# Icons must be located in ~/.icons - and only use the base filename
# Command-line arguments can be used like this:
# Exec=sh -c "gourmet --gourmet-directory $HOME/my/custom/path/ %F"
[Desktop Entry]
Name=Lepton
GenericName=Gist Editor
Comment=Lepton Gist GUI
Exec=sh -c "$HOME/AppImage/Lepton-1.10.0.AppImage --in-process-gpu"
Icon=lepton.png
Terminal=false
Type=Application
Categories=Programming;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment