After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 167393 - clock updates continuously even when second not shown
clock updates continuously even when second not shown
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: clock
2.8.x
Other Linux
: Normal major
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-14 21:35 UTC by bill.haneman
Modified: 2006-01-19 20:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description bill.haneman 2005-02-14 21:35:55 UTC
(Reported by Kenny Hitt)

run the clock applet while using gnopernicus
note that even if seconds display is turned off, the applet time is spoken once
per second.

This makes the clock applet unusable by text-to-speech users.

[This indicates that the text is emitting unnecessary text-changed events each
second even when the display has not changed - this could be confirmed with
at-spi/test/event-listener-test - Bill H]

Reporter is using "gnome-2.8 from Debian unstable".
Comment 1 bill.haneman 2005-02-14 21:43:20 UTC
This appears to be a regression.  
Comment 2 Vincent Untz 2005-02-14 21:48:58 UTC
> Reporter is using "gnome-2.8 from Debian unstable".

Is this happening on another distribution? I think Debian patches the clock
applet... (see for example http://bugzilla.gnome.org/show_bug.cgi?id=167198#c4)

I don't think this will happen in 2.9.x either (the code in 2.9.x updates the
clock text only when necessary).
Comment 3 Vincent Untz 2005-02-19 13:24:52 UTC
> I don't think this will happen in 2.9.x either (the code in 2.9.x updates the
> clock text only when necessary).

There was a bug and the code in 2.9.x did update the clock every second. I have
the fix and will commit it soon.

However, this code was not in 2.8.x, IIRC.
Comment 4 Christian Kirbach 2005-12-30 01:14:26 UTC
Vincent, has this been committed?
Comment 5 Vincent Untz 2005-12-30 09:56:31 UTC
Yes:

2005-02-19  Vincent Untz  <vincent@vuntz.net>

        * clock.c: (clock_timeout_callback): fix update of the clock to happen
        every minute and not every second when we don't show seconds

Bill: does it still happen for Kenny?
Comment 6 Christian Kirbach 2006-01-19 20:55:45 UTC
marking FIXEX as per last comment and no further complains