blueman-project / blueman

Blueman is a GTK+ Bluetooth Manager
GNU General Public License v3.0
1.27k stars 192 forks source link

blueman should take initial bluetooth mode from blutooth config file #1092

Closed dalechyn closed 5 years ago

dalechyn commented 5 years ago

blueman: 2.0.8-1 BlueZ: 5.50-1+b1 Distribution: ParrotOS/Debian Desktop environment: KDE

Hi. Spent couple hours today on trying to get why blueman start's bluetooth on boot, though I have AutoEnable=false in /etc/bluetooth/bluetooth.conf. So far I understood that blueman has default:true for PowerManager plugin. I think it should get the AutoEnable property via dBus because it basically overrides this option, even if you have AutoEnable=false blueman with turned on PowerManager will register the device, which is actually not supposed to be.

I guess every other plugin also has the "default" values which actually have to be sent with bluez via dbus.