Skip to content

Instantly share code, notes, and snippets.

@luizbills
Created December 2, 2023 15:42
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/c99c6d0c5ef7bad0d188a473004f20fb to your computer and use it in GitHub Desktop.
Save luizbills/c99c6d0c5ef7bad0d188a473004f20fb to your computer and use it in GitHub Desktop.
Instalar manualmente aplicações no linux

Manually install linux applications desktop files

Create a desktop file:

[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/home/luiz/apps/GDevelop/GDevelop.AppImage
Name=GDevelop
Comment=No Code Game Engine
Categories=Game;
Icon=/home/luiz/apps/GDevelop/gdevelop.png

Copy the desktop 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