AppImage

usage

12

  • Thunar → <app>.AppImage → Properties → Permissions → Allow this file to run as a program.
  • Or chmod +x <app>.AppImage.
cd ~/.local/share/applications
vim <app>.desktop
[Desktop Entry]
Type=Application
Name=<The APP>
Comment=<comment>
Icon=<absolute_path_to>/icon.png
Exec=<absolute_path_to>/<app>.AppImage --appimage-portable-config
Terminal=false
Categories=<categorie_1>;<categorie_1>
Path=
StartupNotify=false

Launch <app>.desktop → Mark As Secure And Launch.