SUMMARY I updated yesterday to Plasma 5.22.90, since then, every time I boot up my ultrabook, the Bluetooth is disabled, I need to enable it manually. STEPS TO REPRODUCE 1. Boot up your machine. 2. Login to Plasma. 3. Try to use any previously connected via Bluetooth device. OBSERVED RESULT Bluetooth is disabled, when I had it enabled before the update to Plasma 5.22.90. EXPECTED RESULT Bluetooth should be enabled as it was before the update. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.14.3 (available in About System) KDE Plasma Version: 5.22.90 KDE Frameworks Version: 5.86 Qt Version: 5.15.2 (+KDE patches)
Can you go to System Settings > Bluetooth > Configure > and tell me what the value of "On Login:" is? Also, can you send the output of this command: `grep AutoEnable /etc/bluetooth/main.conf`
I cannot reproduce the issue with "Remember previous status" selected; if I reboot while Bluetooth is enabled, it is active on login. If I reboot while Bluetooth is disabled, it is disabled on login.
(In reply to Nate Graham from comment #1) > Can you go to System Settings > Bluetooth > Configure > and tell me what the > value of "On Login:" is? > > Also, can you send the output of this command: `grep AutoEnable > /etc/bluetooth/main.conf` Sure. The value was setting by default at "Remember previous status" initially. I changed it to "Enabled". Same result. The output is the following: # AutoEnable defines option to enable all controllers when they are found. #AutoEnable=false
Relevant MR: https://invent.kde.org/plasma/bluedevil/-/merge_requests/44
Yeah, it's probably a regression from what somehow. Still investigating.
Should we not be calling saveState in the DeviceMonitor destructor?
IIRC something crashed when I put saveState() in there, which is why I ended up extracting part of its logic in the destructor instead. I can't quite remember the details though.
Alberto, do you by any chance have more than one Bluetooth adapter?
(In reply to Nate Graham from comment #8) > Alberto, do you by any chance have more than one Bluetooth adapter? Nope, the Wireless card integrated only. I paired 2 devices, but with Bluetooth only.
Has this continued in the final release for you? I still can't reproduce it, and we haven't had any other reports of it from other users.
Fixed on Plasma 5.23 yeah, sorry for not closing this as solved before, it's been a few days since Plasma 5.23 got released and since I got it stable on my distro :).
Phew! Perhaps it was a packaging issue or something.