GNOME Bugzilla – Bug 789654
Hang on panel exit
Last modified: 2017-11-14 17:02:36 UTC
This could happen on exit, if bluetoothd fails to reply.
+ Trace 238128
Should be fixed in: commit 27e88fc0119d6c423caade21b575d9f66f15c5ce Author: Bastien Nocera <hadess@hadess.net> Date: Tue Nov 14 16:57:17 2017 +0100 lib: Simplify Properties setting Stop setting properties on adapters or devices by making D-Bus calls ourselves, and rely on wrapped GObject properties instead. For the calls we're making, the only change will be the error message coming from the generated wrapper, rather than being our own custom ones. We weren't really able to recover from errors in the past anyway, so this shouldn't make the overall experience any worse. This also fixes a possible hang on exit in the Bluetooth panel. See https://bugzilla.gnome.org/show_bug.cgi?id=789654 https://bugzilla.gnome.org/show_bug.cgi?id=782530