GNOME Bugzilla – Bug 667371
power icon not updating properly
Last modified: 2012-01-29 22:22:28 UTC
Using gnome-shell 3.3.2 in rawhide, I notice that the power icon does not seem to reliably track the actual state of my system anymore. Sometimes it stays as charging after I undocked, sometimes I get the 'low power beep' from gsd even though the icon shows 100%, things like that. Might be fallout from the gdbus porting ?
Created attachment 204708 [details] [review] power: Emit GDBusProxy-compatible PropertiesChanged signal (In reply to comment #0) > Might be fallout from the gdbus porting ? Yes. I'm attaching a g-s-d patch from Colin which fixed the problem for me, we should probably reassign the bug.
Ok, moving to g-s-d
Why can't gnome-shell listen to the Changed signal instead? If there's a code reason, I'd like to see the blocker bugs updated. Otherwise, update your properties yourself...
Committed slightly modified. I removed the old interface, as one shouldn't really mix'n'match environments, and added the origin of the signal. Attachment 204708 [details] pushed as 07b1ed6 - power: Emit GDBusProxy-compatible PropertiesChanged signal
Reopening, as the icon still doesn't update (it's now a shell problem though, so reassigning as well).
Created attachment 206377 [details] [review] power: Fix icon updates gnome-settings-daemon commit 07b1ed63016 removed the custom 'Changed' DBus signal in favor of the standard 'PropertiesChanged' signal, so use that instead to update the icon.
Review of attachment 206377 [details] [review]: Well sure.
Attachment 206377 [details] pushed as 8bcbf30 - power: Fix icon updates