"Bluetooth Off" with "Turn Off" menu item
Unfortunately, in some cases, the powered status of a Bluetooth adapter doesn't match the Bluetooth rfkill status for that adapter. When either:
- bluetoothd crashed and couldn't start back up again
- the default adapter is unpowered
The first one can be reproduced with:
sudo systemctl mask bluetooth.service
sudo systemctl stop bluetooth.service
the latter with:
bluetoothctl power off
BluetoothAirplaneMode = false
|
BluetoothAirplaneMode = true
|
|
---|---|---|
Powered = true
|
|
Impossible |
Powered = false
|
|
|
The question is what the label should be in the broken state and what should the menu item do.