SUMMARY Connecting my pc to my Android phone, I can receive files sent from phone, and can send files to it through the plasmoid. But opening Dolphin and accessing Network / Bluetooth, while I can see the folder with the received files, I cannot access and send a file to the device: I get the error ------- Malformed URL Path component is relative and authority is present; source was "00001105-0000-1000-8000-00805F9B34FB"; scheme = "bluetooth", host = "88-28-b3-b1-43-3c", path = "00001105-0000-1000-8000-00805F9B34FB" ----- Same from Konqueror, but in this case the message is ---- Undocumented Error Details of the Request: URL: Date and Time: martedì 25 giugno 2019 16:21:40 CEST Additional Information: Description: Unknown error code 1205168496 Please send a full bug report at https://bugs.kde.org. ----- SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: 4.19.0-4-amd64 Debian - Buster KDE Plasma Version: 5.14.5 KDE Frameworks Version: 5.54.0 Qt Version: 5.11.3 Thanks for the attention and for your work Giuliano Cabrele
Confirmed on Dolphin from git master.
Ping. Have the same issue. Dolphin: 19.12.3 Linux: 5.10.26 KDE Frameworks Version: 5.12.9 Qt Version: 5.12.9
Thanks to Nicolas Fella(@nicolasfella) for his help in fixing this bug. https://invent.kde.org/plasma/bluedevil/-/merge_requests/36
Git commit ba9fbb6bbdadc67ccfbe953cdf2f0f0e8a609cb2 by Nicolas Fella, on behalf of Egor Ignatov. Committed on 12/04/2021 at 15:31. Pushed by nicolasfella into branch 'Plasma/5.21'. [kio] Add trailing slash to device url The absence of a trailing slash makes the QUrl's path field empty, which make the url invalid. (cherry picked from commit 1427e66a0dd74f2a73a2f7d8ac323643aa68fd0e) M +1 -1 src/kio/bluetooth/kiobluetooth.cpp https://invent.kde.org/plasma/bluedevil/commit/ba9fbb6bbdadc67ccfbe953cdf2f0f0e8a609cb2