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 153231 - Applet needs to refresh after adjusting Time/Date.
Applet needs to refresh after adjusting Time/Date.
Status: RESOLVED DUPLICATE of bug 156796
Product: gnome-panel
Classification: Other
Component: clock
git master
Other Linux
: Low minor
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-21 05:37 UTC by Kaushal Kumar
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kaushal Kumar 2004-09-21 05:37:11 UTC
Steps to simulate the problem:-
1) Set the applet to show time in hours and minutes only (i.e. no seconds).
2) Adjust time using the context menu option.
3) Click Ok and close the Date/time Properties dialog.

Result: The time is not refreshed in the applet immediately. The changed time is
reflected after about one minute.

This could be confusing to a end user. It could be experienced widely because
the default clock display does not show seconds.
Comment 1 Vincent Noel 2004-09-21 14:58:40 UTC
I guess this is the same bug as bug 133535.
Comment 2 Kaushal Kumar 2004-09-29 12:58:53 UTC
The same problem exists with xclock. However, xclock provides an 'update' option
at commandline to get around this problem. Thus, I propose there can be a UI
option to set the update/refresh interval in the clock applet preferences
dialog. Now, when the seconds are not being displayed, the user will have the
choice to set the refresh interval. If seconds are being displayed, the option
can be kept disabled.

(extract from man page of xclock):
-update seconds
               This option specifies the frequency in seconds at which  xclock
               should  update  its display.  If the clock is obscured and then
               exposed, it will be updated immediately.  A value of 30 seconds
               or  less  will  enable  a  second hand on an analog clock.  The
               default is 60 seconds.
Comment 3 Mark McLoughlin 2004-09-29 15:17:26 UTC
Yeah, the problem here is that when we're only displaying minutes we only update
every minute, at the start of the minute.

One possible fix is obvious - always update every second, but what a waste of
resources for such a minor quirk.

Kaushal, no, we're not going to make the update time configurable.
Comment 4 Vincent Untz 2004-10-29 12:05:34 UTC

*** This bug has been marked as a duplicate of 156796 ***