- OS: Manjaro Linux
When I launch an AppImage application, I get this notification.
Is there a way to block it and run application directly?
When I launch an AppImage application, I get this notification.
Is there a way to block it and run application directly?
Set the variable APPIMAGELAUNCHER_DISABLE
to anything, for example APPIMAGELAUNCHER_DISABLE=1
, and then run your AppImage.
If you set it globally it should ignore the AppImageLauncher entirely even if you're not running it directly from your terminal.
Source: https://github.com/TheAssassin/AppImageLauncher/issues/78
Uninstall AppImageLauncher from your system.