Last active
February 14, 2024 16:16
-
-
Save midwire/f886af0b95bc2f1a9d186cb05d4a5bd9 to your computer and use it in GitHub Desktop.
[Linux Desktop File] #appimage #linux
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 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