Summary: | Bluetooth Isn't Enabled At Boot Since Update To Plasma 5.23 Beta | ||
---|---|---|---|
Product: | [Plasma] Bluedevil | Reporter: | Alberto Díaz López <takuya> |
Component: | general | Assignee: | David Rosca <nowrep> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, nate, nicolas.fella, plasma-bugs |
Priority: | NOR | Keywords: | regression |
Version: | 5.22.90 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alberto Díaz López
2021-09-17 14:43:06 UTC
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 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. |