Skip to content

[kio] Add trailing slash to device url

Egor Ignatov requested to merge egori/bluedevil:egori-master-patch-23672 into master

Hi,

I'm trying to fix the bluetooth widget in dolphin. So the initial error was:

kf5.kio.widgets: Malformed URL: "Path component is relative and authority is present; source was \"00001105-0000-1000-8000-00805F9B34FB\"; scheme = \"bluetooth\", host = \"1c-cd-e5-9a-d4-71\", path = \"00001105-0000-1000-8000-00805F9B34FB\""

I found that Url wasn't valid because path didn't start with a slash.

Now I when I click on 'Send File' I get 'Select the program' prompt instead of bluedevil-sendfile window. I think this is because KIO cant link mime 'application/vnd.kde.bluedevil-sendfile' and bluedevil-sendfile executable.

It would be very nice if you could help me with this.

Merge request reports