Skip to content

Instantly share code, notes, and snippets.

@j-alberto
Last active June 25, 2024 14:59
Show Gist options
  • Save j-alberto/a42a26a6ec903cdefcf0c2f16e4366ca to your computer and use it in GitHub Desktop.
Save j-alberto/a42a26a6ec903cdefcf0c2f16e4366ca to your computer and use it in GitHub Desktop.
Very basic ubuntu desktop-file template
[Desktop Entry]
Type=Application
Name=myAppName
Icon=~/myApp/icon.xpm
Exec=~/myApp/launcher
Comment=brief description
Categories=Development;IDE;
Terminal=false
@TheCheddarCheese
Copy link

huh, i didnt know that command was a thing. thanks.
i love necroposting woooo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment