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.

-- 
clock applet jumps in time when set to display seconds
https://bugs.launchpad.net/bugs/364089
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to