-
Download the app
-
Install it
-
Run the
AppImage
Program
- Make
AppImage
executable
chmod a+x <AppImageFile>
-
Get
.png
icon -
create
.desktop
file
[Desktop Entry]
Type=Application
Name=APPNAME
Exec=PATH/TO/APP/APPIMAGE
Icon=PATH/TO/APP/ICON
Categories=EX"AudioVideo;Video;"
Comment=ABOUT THE APP
GenericName=APP GENERAL NAME
Terminal=false
- Copy the new
.desktop
file to:
$HOME/.local/share/applications/
- Create a dir named
AppImageFile.home
./AppImageFile --appimage-extract
- Validate
.desktop
desktop-file-validate app.desktop
- Install
.desktop
desktop-file-install --dir=$HOME/.local/share/applications /path/to/app.desktop
- Update desktop database
update-desktop-database ~/.local/share/applications
Reference:
desktop entries - arch wiki
desktop entry specifications - freedesktop
menu specifications - freedesktop
Xdg-menu - arch wiki
portable appimage