probonopd / go-appimage

Go implementation of AppImage tools
MIT License
813 stars 71 forks source link

Cannot see volumes come and go #258

Open Lippiece opened 1 year ago

Lippiece commented 1 year ago
  1. What does it mean?
  2. How to disable this notification?

Operating System: EndeavourOS KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.107.0 Qt Version: 5.15.10 Kernel Version: 6.3.8-arch1-1 (64-bit)

probonopd commented 1 year ago

Sorry, EndeavourOS is not one of the supported (and tested on) OSes.

Lippiece commented 1 year ago

I see that, but can I get rid of the notification showing up every startup? Literally everything works fine besides that.

probonopd commented 1 year ago

Literally everything works fine besides that.

No: The message means that appimaged does not know how to get informed about disks that are attached and unattached to the computer on this operating system. Hence, when you attach a disk containing AppImages they will not be known to the system; which means that functionality is broken.

Basically, you need to find out how your system notifies applications when new disks are mounted, and then extend

https://github.com/probonopd/go-appimage/blob/master/src/appimaged/udisks.go

accordingly.

Lippiece commented 1 year ago

Sorry, I don't really understand. I just want the notification not to show up every startup, and I don't care about disks. Can you make it to show up only once?