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
@j-alberto
Copy link
Author

Edit file for your own app, then install it with
$ sudo desktop-file-install application.desktop

@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