GNOME Bugzilla – Bug 665137
Changing timezone doesn't update time in panel
Last modified: 2012-09-27 20:15:23 UTC
When I change the timezone in the panel it updates the system time (as appears in the shell) but doesn't update the time displayed in the settings panel. It makes it look a bit broken.
*** Bug 677195 has been marked as a duplicate of this bug. ***
This is likely a GnomeWallClock bug - we need to watch the /etc/localtime symbolic link, and not what it points to.
Created attachment 224863 [details] [review] data: at at-spi stuff to login session In order for orca to work we need certain accessibility services running. This commit adds those services.
Comment on attachment 224863 [details] [review] data: at at-spi stuff to login session (ignore that)
(In reply to comment #2) > This is likely a GnomeWallClock bug - we need to watch the /etc/localtime > symbolic link, and not what it points to. I added some debug to gnome-desktop: commit 226385d96ad4a2f86ec7bd04b64b30ac9350b34b Author: Bastien Nocera <hadess@hadess.net> Date: Thu Sep 27 21:47:00 2012 +0200 wall-clock: Add debug when timezone or schema changes commit ac4db1e9f86ae8626160668d18da5a91712cbb3e Author: Bastien Nocera <hadess@hadess.net> Date: Thu Sep 27 21:36:47 2012 +0200 wall-clock: Add test application And I then tested gnome-wall-clock when changing timezones. It works fine, you just misread comment 0. It's the system settings "date & time" panel that doesn't update, not gnome-shell's panel.
Reassigning to gnome-control-center's Date & Time panel which doesn't use GnomeWallClock...
This takes a fraction of a second to change, maybe we could do this better. Jon, reopen if you're not happy about the reactivity.