Skip to content

Instantly share code, notes, and snippets.

@YasienDwieb
Last active February 10, 2024 18:59
Show Gist options
  • Save YasienDwieb/9d2c3627c8bfb0fe8646ff2f89ed0632 to your computer and use it in GitHub Desktop.
Save YasienDwieb/9d2c3627c8bfb0fe8646ff2f89ed0632 to your computer and use it in GitHub Desktop.
Create an application launcher for AppImage apps
Place following content with edits in the correct path in a similar directory:
~/.local/share/applications/application.desktop
[Desktop Entry]
Name=App name to be shown
Exec=/opt/apps/app-dir/app.AppImage
Type=Application
Icon=/opt/apps/app-dir/logo.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment