https://bugs.kde.org/show_bug.cgi?id=457531
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|NOT A BUG |FIXED --- Comment #13 from Nicolas Fella <nicolas.fe...@gmx.de> --- No problem :) There is still something weird going on, so there may be a genuine bug somewhere that you uncovered What happens is roughly this: - Plasma calls kioclient5 exec mtp:udi=/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2// - KIO (OpenUrlJob in particular) checks which app should be used to open mtp: URLs. The mtp worker for kio is provided by kio-extras, that's why I was asking whether that is installed - KIO doesn't find any app that handles mtp, so it decides to invoke Dolphin via kioexec. Not sure why, it probably shouldn't do that I can reproduce the error by running "~/kde/usr/lib64/libexec/kf5/kioexec ~/kde/usr/bin/dolphin mtp:udi=/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2//" Internally kioexec fails while copying the URL to a temp location. I can reproduce that with "kioclient cp mtp:udi=/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2// ." Adding a slash between mtp: and udi= makes the error go away It looks like https://invent.kde.org/network/kio-extras/-/merge_requests/146 was supposed to fix that kind of thing, but perhaps that fix was incomplete -- You are receiving this mail because: You are watching all bug changes.