https://bugs.kde.org/show_bug.cgi?id=393974
--- Comment #14 from caulier.gil...@gmail.com --- In digiKam core, this connection catch the device notification : connect(Solid::DeviceNotifier::instance(), SIGNAL(deviceAdded(QString)), this, SLOT(slotSolidDeviceChanged(QString))); connect(Solid::DeviceNotifier::instance(), SIGNAL(deviceRemoved(QString)), this, SLOT(slotSolidDeviceChanged(QString))); It's the same connection for USB mass storage and Gphoto2 devices. With the AppImage, for the first one, the notification is send from Solid, for the second one no... Here i'm lost. Why a difference, as the host computer detect the Gphoto2 device, as i see the Plasma desktop notifier showing the expected pop-up... -- You are receiving this mail because: You are watching all bug changes.