https://bugs.kde.org/show_bug.cgi?id=393974
--- Comment #15 from caulier.gil...@gmail.com --- Some progress here : Solid provide a CLI test tool name solid-hardware5 which can take one argument to report on the console the device connected or disconnected (as in DK core). I build and integrate this tool in the AppImage. This is the results : The tool from AppImage but running outside the bundle work fine : [gilles@localhost bin]$ ./solid-hardware5 listen Listening to add/remove events: Device Removed: udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb2/2-1' Device Added: udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1c.4/0000:06:00.0/usb2/2-1' ^C The tool running inside the bundle do not work : [gilles@localhost appimage]$ ./AppRun -- digiKam AppImage Bundle -- Use 'help' as CLI argument to know all available options for digiKam application Listening to add/remove events: So, i can conclude to a dynamic loading library problem at run-time. Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.