clock applet jumps in time when set to display seconds

Bug #364089 reported by Holstener Liesel
28
This bug affects 5 people
Affects Status Importance Assigned to Milestone
GNOME Panel
Fix Released
Medium
gnome-panel (Ubuntu)
Triaged
Low
Ubuntu Desktop Bugs

Bug Description

Binary package hint: gnome-panel

Ubuntu 9.04 (i386)
gnome-panel 1:2.26.0-0ubuntu7
Clock applet 2.26.0

When set to include seconds in its time display, the panel clock sometimes misses a second, then remains longer on the next one, or first remains longer on one number, then misses the next one. This seems to happen with time set by a server as well as manually.

I will gladly provide some more information if someone will give me a hint as to where I should look for it.

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions:

 * Is this reproducible?
 * If so, what specific steps should we take to recreate this bug?

 This will help us to find and resolve the problem.

Changed in gnome-panel (Ubuntu):
assignee: nobody → Ubuntu Desktop Bugs (desktop-bugs)
importance: Undecided → Low
status: New → Incomplete
summary: - Gnome-panel clock applet jumps in time when set to display seconds
- (Jaunty)
+ clock applet jumps in time when set to display seconds
Revision history for this message
Holstener Liesel (holstenerliesel) wrote :

I know no other way to reproduce this problem than just switching on the applet's 'display seconds' option. It then occurs quite reliably 1 to 4 times almost every minute on my system, no matter what other preferences I set.

Revision history for this message
Sebastien Bacher (seb128) wrote :

to be sent to bugzilla.gnome.org by somebody having the issue

Changed in gnome-panel (Ubuntu):
status: Incomplete → New
Revision history for this message
Jan Nekvasil (jan-nekvasil) wrote :

Confirmed on current Jaunty, forwarded upstream: http://bugzilla.gnome.org/show_bug.cgi?id=585668

Changed in gnome-panel (Ubuntu):
status: New → Confirmed
Changed in gnome-panel (Ubuntu):
status: Confirmed → Triaged
Changed in gnome-panel:
status: Unknown → New
Revision history for this message
Jonathon Hodges (jonblondie) wrote :

Here's a screen grab of it stuttering.

Jonathon

Revision history for this message
DimeDroll (dimdroll) wrote :

same here.

Revision history for this message
DimeDroll (dimdroll) wrote :

Ubuntu 10.04.
Linux ubuntu 2.6.34 #1 SMP Mon May 17 17:31:35 EEST 2010 i686 GNU/Linux
Gnome panel skips seconds

Revision history for this message
Aryeh Gregor (simetrical+launchpad) wrote :

I submitted a one-line patch to the upstream bug at <https://bugzilla.gnome.org/show_bug.cgi?id=585668>. Just change

        timeouttime = (G_USEC_PER_SEC - tv.tv_usec)/1000+1;

to

        timeouttime = (G_USEC_PER_SEC - tv.tv_usec)/1000+20;

in applets/clock/clock.c. Not such an elegant solution, but it works for me.

Changed in gnome-panel:
importance: Unknown → Medium
Changed in gnome-panel:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.