When calling `bluedevil-sendfile`, I have to specify a full file path, relative paths lead to "Unable to open file". STEPS TO REPRODUCE > $ echo something>test.txt && bluedevil-sendfile -f test.txt > bluedevil.sendfile: Device "" > bluedevil.sendfile: Files ("test.txt") > bluedevil.sendfile: Manager initialized > bluedevil.sendfile: SendFilesJob: ("test.txt") > bluedevil.sendfile: Wizard done: 1 > bluedevil.sendfile: SendFilesJob-DoStart > bluedevil.sendfile: SendFilesJob-NextJob > kf.bluezqt: PendingCall Error: "Unable to open file" > bluedevil.sendfile: Error sending file "Unable to open file" In between I select a device, but then get the error. Qualifying the path fully produces no issues: > $ bluedevil-sendfile -f $PWD/test.txt EXPECTED RESULT bluedevil-sendfile resolves relative paths relative to pwd. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch with Plasma 5.22.3 (available in About System) KDE Frameworks Version: 5.83.0 Qt Version: 5.15.2
weird, "echo something>test.txt && bluedevil-sendfile -f test.txt" works fine here on master, and I don't see a relevant change in the KDE bluetooth stuff. I think this may be a regression in bluez 5.60. I will investigate
hmm, no, I can't reproduce with bluez 5.60 either
Sorry we were not able to get to this bug report yet! Can I ask you if the issue is still happening in Plasma 6.3.4 or newer? Thanks a lot!
๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone!
seems fine now