Summary: | Bluetooth: checkbox to disable Bluetooth cannot be used to enable it | ||
---|---|---|---|
Product: | [Plasma] Bluedevil | Reporter: | tguen <tguenther.dev> |
Component: | system tray | Assignee: | Konrad Materka <materka> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | materka, nate, plasma-bugs, tguenther.dev |
Priority: | NOR | Keywords: | usability |
Version: | 5.21.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/bluedevil/commit/4b4b0dd119b7bff79ece33bb253d746660cdb936 | Version Fixed In: | 5.21.3 |
Sentry Crash Report: | |||
Attachments: | bluetooth disabled in system tray |
Description
tguen
2021-02-19 09:20:59 UTC
Can you attach a screenshot or a screen recording please? In Plasma 5.21, the whole row with the checkbox on it is supposed to disappear when Bluetooth is disabled. It does for me. Created attachment 135917 [details]
bluetooth disabled in system tray
It doesn't disappear for me. If the checkbox is not meant to be used to enable Bluetooth, it is functionally a button and should probably be replaced with one. Either way, I'd prefer if I could enable Bluetooth by clicking in the same place I did to disable it.
Well now I'm confused because it doesn't look like that for me in Plasma 5.21. :( Nate, are you sure? I just checked on latest git version and it looks for me exactly the same as on the screenshot. Maybe you don't have any Bluetooth adapters? visible: btManager.adapters.length > 0 enabled: !btManager.bluetoothBlocked Ohh right, my computer reports "Bluetooth is turned off" as "there are no Bluetooth adapters." I forgot about that. A possibly relevant merge request was started @ https://invent.kde.org/plasma/bluedevil/-/merge_requests/35 Git commit 67134d9a8a8cd33a6085cc1d9bbc615adfdfe954 by Konrad Materka. Committed on 07/03/2021 at 12:04. Pushed by kmaterka into branch 'master'. [applet] Enable Bluetooth checkbox should be always enabled The Bluetooth menu in the system tray has a checkbox in the top left corner. When clicked, it will disable Bluetooth, but the checkbox is also disabled so that it can't be used to re-enable Bluetooth. FIXED-IN: 5.22.0 M +0 -1 src/applet/package/contents/ui/FullRepresentation.qml M +1 -0 src/applet/package/contents/ui/Toolbar.qml https://invent.kde.org/plasma/bluedevil/commit/67134d9a8a8cd33a6085cc1d9bbc615adfdfe954 Git commit 4b4b0dd119b7bff79ece33bb253d746660cdb936 by Konrad Materka. Committed on 07/03/2021 at 13:40. Pushed by kmaterka into branch 'Plasma/5.21'. [applet] Enable Bluetooth checkbox should be always enabled The Bluetooth menu in the system tray has a checkbox in the top left corner. When clicked, it will disable Bluetooth, but the checkbox is also disabled so that it can't be used to re-enable Bluetooth. FIXED-IN: 5.21.3 M +0 -1 src/applet/package/contents/ui/FullRepresentation.qml M +1 -0 src/applet/package/contents/ui/Toolbar.qml https://invent.kde.org/plasma/bluedevil/commit/4b4b0dd119b7bff79ece33bb253d746660cdb936 |