AppImage/AppImageKit

Continuous Blocking Notifications

dmillar-vx opened this issue · 3 comments

On my Fedora system, I'm getting a continuously repeating notification stating "Cannot mount AppImage, please check your FUSE setup." After dismissing the notification, a new one pops up immediately. My machine just came back on from a power outage and it's not immediately obvious what is trying to make use of the AppImage. Is there a way to silence the notifications, or a way to detect from the notification what AppImage is trying to be used?

So... did you check your FUSE setup?

https://github.com/AppImage/AppImageKit/wiki/FUSE

So... did you check your FUSE setup?

https://github.com/AppImage/AppImageKit/wiki/FUSE

I checked and it appeared to be up to date and running as expected. Since I didn't know what was attempting to run, I was unable to troubleshoot further than checking the installation. I've since rebooted and no longer have the issue, but it would be useful to know how to get the information I asked about in my original post for future troubleshooting.

detect from the notification what AppImage is trying to be used

If these notifications keep popping up, then possibly you have configured your system to autostart an application that comes as an AppImage. Which one, you can likely find out by running ps ax in a terminal or using a process monitor.
The notification does not tell you which application your system is trying to start. But your system should be able to tell you that ;-)

Is there a way to silence the notifications

Only by fixing the underlying problem, which apparently is that the FUSE setup on your system is not working. https://github.com/AppImage/AppImageKit/wiki/FUSE describes how to do that. Especially, I'd double check whether libfuse2 is present on the system.