FS#71243 - [bluez] GNOME bluetooth On/Off toggle does not work properly
Attached to Project:
Arch Linux
Opened by Akatsuki Rui (akiirui) - Sunday, 13 June 2021, 03:05 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 15 June 2021, 05:05 GMT
Opened by Akatsuki Rui (akiirui) - Sunday, 13 June 2021, 03:05 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 15 June 2021, 05:05 GMT
|
Details
Description:
gnome-control-center bluetooth toggle does not work properly. If you turned off bluetooth, you cannot turn on anymore. But rfkill shows softblock is unblocked. Fedora has same issues, but tt is fixed by patch. Additional info: * package version(s) - bluez 5.58-1 - gnome-bluetooth 3.34.5-2 - gnome-settings-daemon 40.0.1-2 * config and/or log files etc. * link to upstream bug report, if any - https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/issues/38 - https://bugzilla.redhat.com/show_bug.cgi?id=1944482 * link to fedora patchs. - https://src.fedoraproject.org/rpms/bluez/c/be1858e23140083f57c073a992c2d77c0a48f7fe?branch=rawhide |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Tuesday, 15 June 2021, 05:05 GMT
Reason for closing: Fixed
Additional comments about closing: bluez-5.59-2
Tuesday, 15 June 2021, 05:05 GMT
Reason for closing: Fixed
Additional comments about closing: bluez-5.59-2
```
prepare() {
cd "${pkgname}"-${pkgver}
patch -p1 < ../0001-rfkill-Fix-reading-from-rfkill-socket.patch
}
```