-1
  • OS: Manjaro Linux

When I launch an AppImage application, I get this notification.prompt

Is there a way to block it and run application directly?

roachsinai
  • 527
  • 5
  • 14

2 Answers2

2

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

luni3359
  • 25
  • 6
0

Uninstall AppImageLauncher from your system.

probono
  • 1,620
  • 1
  • 8
  • 5
  • After remove `AppImageLauncher`, I can't even launch it: `zsh: no such file or directory: /opt/appimages/listen1.AppImage`. But the appimage is placed in there. – roachsinai Mar 10 '19 at 10:06
  • i dont know why you are downvoted - cause on a fresh system without `AppImageLauncher` installed - this behavior doesnt occur ... also @roachsinai comment makes no sense for me. you dont need the `AppImageLauncher` for starting an AppImage – Frankstar Sep 29 '21 at 09:54