Last active
February 10, 2024 18:59
-
-
Save YasienDwieb/9d2c3627c8bfb0fe8646ff2f89ed0632 to your computer and use it in GitHub Desktop.
Create an application launcher for AppImage apps
This file contains hidden or 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
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