Skip to content

Instantly share code, notes, and snippets.

@luizbills
Last active December 2, 2023 15:48
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 luizbills/d6c9884c4d4fc98ded72be352e0762cd to your computer and use it in GitHub Desktop.
Save luizbills/d6c9884c4d4fc98ded72be352e0762cd to your computer and use it in GitHub Desktop.
Manually install linux applications desktop files

Manually install linux applications desktop files

Create a desktop file:

[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/home/path/to/app/binary
Name=App Name
Comment=App Description
Icon=/home/path/to/app/icon.png
Categories=Utility;

Save the file with .desktop extension (e.g. myapp.desktop) and copy that file to $HOME/.local/share/applications/.

See also:

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