• Make in ~/.local/share/applications/ a .desktop file of the corresponding application with the following content:
    Exec=/path/to/AppImage
    Name=AppImageLauncher
    Type=Application
    
  • Make the file executable :
    chmod 700 ~/.local/share/applications/myappimage.desktop