Last active
November 15, 2024 20:46
-
-
Save j-alberto/a42a26a6ec903cdefcf0c2f16e4366ca to your computer and use it in GitHub Desktop.
Very basic ubuntu desktop-file template
This file contains 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 Entry] | |
Type=Application | |
Name=myAppName | |
Icon=~/myApp/icon.xpm | |
Exec=~/myApp/launcher | |
Comment=brief description | |
Categories=Development;IDE; | |
Terminal=false |
huh, i didnt know that command was a thing. thanks.
i love necroposting woooo
i love necroposting woooo
@TheCheddarCheese I still don't understand why this is a bad thing. Forum guys are nuts. Necroposting is a validation process of the relevance of the post, keeping it alive. I didn't know neither about this command, which is pretty useful.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit file for your own app, then install it with
$ sudo desktop-file-install application.desktop