Bug 444794

Summary: Bluetooth sharing requires bluedevil-sendfile
Product: [Frameworks and Libraries] frameworks-purpose Reporter: Nicolas Fella <nicolas.fella>
Component: generalAssignee: Aleix Pol <aleixpol>
Status: CONFIRMED ---    
Severity: normal CC: nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Nicolas Fella 2021-11-01 21:55:53 UTC
The bluetooth plugin uses the bluedevil-sendfile command under the hood. This is problematic for multiple reasons:
- It most likely doesn't work from flatpak'd apps
- It assumes that bluedevil is installed, which it usually isn't when the user is not using Plasma

We probably should use bluez-qt to talk to bluez directly from Purpose instead of going via a helper tool