Sander Sweers
Sander Sweers
> Got it. It's not the Bluetooth stack that removes the adapter for me but the driver or whatever. When I soft-block Bluetooth (`tpacpi_bluetooth_sw` in my case), I can see...
Yep, that's what happened with btusb driver for my dongles, not sure when it changed. Do we want the list to be cleared? I mean we could just make the...
> > > blueman-manager shows a hint and a way to power the adapter(s) on start. > > > > > > ...and closes the Bluetooth Devices window. > >...
Not working but this is what I am thinking. This dialog shows when bluetooth is turned off and goes away if on. Clicking the button to turn on call the...
Adding enhancement label as I like to finish implementing this and don't want to forget.
I did a quick prototype a while ago but never finished it. It is in #473
Below is what I used to test if this is at all possible. It is but it will require a large refactor. ```python import gi import uuid gi.require_version('NM', '1.0') from...
We have no control over which audio device is selected when a new device shows up. Blueman only takes care if the Bluetooth connection and then the pulseaudio or pipewire...
This information isn't exposed by BlueZ over dbus to blueman. If the Folks at BlueZ think it's useful and expose this then we can think about this. For now though...
Most likely the bluetooth adapter is not working properly. This could be missing firmware, rfkill switch block or something in the linux kernel. Which bluetooth adapter is this (check `lsusb`...