https://bugs.kde.org/show_bug.cgi?id=387454
--- Comment #25 from Stephan Wezel <s.we...@web.de> --- (In reply to Paolo Pedroni from comment #23) > This does not work for me: all I get is a few log messages telling: > > apr 23 15:14:13 xxxxxx org_kde_powerdevil[19851]: UdevQt: unhandled device > action "bind" > apr 23 15:14:13 xxxxxx kdeinit5[19762]: UdevQt: unhandled device action > "bind" > apr 23 15:14:13 xxxxxx upowerd[819]: unhandled action 'bind' on > /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1 The warnings are unrelated. Those simply telling that the udev code used by those kde components doesn't support the new udev device action type "bind" (In reply to Paolo Pedroni from comment #24) > ...and no new device notification popup. Ah I had the same problem. After some playing around with the first rule I got it working. Now the first rule looks like this: ACTION!="bind", ACTION!="add" GOTO="libmtp_rules_end" Now the popup shows up again and still I can access the storage on the mtp device. It seems that the "add" ACTION must be still processed by the rules to have the device notification popup working. A second run for the "bind" ACTION is needed so that the newly plugged in device gets properly setup as mtp device (at least for solid) -- You are receiving this mail because: You are watching all bug changes.