Skip to content

Instantly share code, notes, and snippets.

@ppalone
Created May 30, 2022 15:36
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 ppalone/354e74ae1df0c24e794bc0f546c9c3c3 to your computer and use it in GitHub Desktop.
Save ppalone/354e74ae1df0c24e794bc0f546c9c3c3 to your computer and use it in GitHub Desktop.
Creating a launcher in ubuntu.
# https://askubuntu.com/questions/64222/how-can-i-create-launchers-on-my-desktop
sudo gedit /usr/share/applications/example.desktop
# example.desktop
[Desktop Entry]
Type=Application
Terminal=false
Icon=/path/to/icon/icon.png
Name=give-name-here
Exec=/path/to/file/executable
Categories=Utility;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment