[Bug 449186] New: Week starts on wrong day in clock applet calendar
https://bugzilla.novell.com/show_bug.cgi?id=449186 Summary: Week starts on wrong day in clock applet calendar Product: openSUSE 11.1 Version: Factory Platform: i686 OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: riggwelter@opensuse.org QAContact: qa@suse.de Found By: --- Created an attachment (id=255722) --> (https://bugzilla.novell.com/attachment.cgi?id=255722) Screenshot of clock applet with messed up calendar Sunday or Monday are normal days on which to start the week, Tuesday is very odd. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c1 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vuntz@novell.com Status|NEW |NEEDINFO Info Provider| |riggwelter@opensuse.org --- Comment #1 from Vincent Untz <vuntz@novell.com> 2008-11-26 05:41:38 MST --- echo $LC_TIME please :-) Can you reproduce with "zenity --calendar" (to get a quick test case) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User riggwelter@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c2 James Ogley <riggwelter@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|riggwelter@opensuse.org | --- Comment #2 from James Ogley <riggwelter@opensuse.org> 2008-11-26 05:57:45 MST --- ogley@linux-9m0s:~> echo $LC_TIME ogley@linux-9m0s:~> Zenity shows the same. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c3 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |riggwelter@opensuse.org --- Comment #3 from Vincent Untz <vuntz@novell.com> 2008-11-26 06:07:32 MST --- Okay, just copy the output of the locale command. I was trying to be clever and failed ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User riggwelter@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c4 James Ogley <riggwelter@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|riggwelter@opensuse.org | --- Comment #4 from James Ogley <riggwelter@opensuse.org> 2008-11-26 07:04:00 MST --- Happens to us all :) ogley@linux-9m0s:~> locale LANG=en_GB.UTF-8 LC_CTYPE="en_GB.UTF-8" LC_NUMERIC="en_GB.UTF-8" LC_TIME="en_GB.UTF-8" LC_COLLATE="en_GB.UTF-8" LC_MONETARY="en_GB.UTF-8" LC_MESSAGES="en_GB.UTF-8" LC_PAPER="en_GB.UTF-8" LC_NAME="en_GB.UTF-8" LC_ADDRESS="en_GB.UTF-8" LC_TELEPHONE="en_GB.UTF-8" LC_MEASUREMENT="en_GB.UTF-8" LC_IDENTIFICATION="en_GB.UTF-8" LC_ALL= -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c5 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-gnome@forge.provo.novell.com |bnc-team-screening@forge.provo.novell.com Component|GNOME |Basesystem Summary|Week starts on wrong day in clock applet |en_GB locale has wrong information for first |calendar |week day --- Comment #5 from Vincent Untz <vuntz@novell.com> 2008-11-26 09:45:05 MST --- This is a bug in the en_GB locale: week 7;19971201;4 first_weekday 2 19971201 is _NL_TIME_WEEK_1STDAY and is a Monday. So the first weekday is Monday + first_weekday - 1 = Tuesday. Either week should be changed to 7;19971130;4 or first_weekday should be changed to 1 (assuming Monday should be the first day in this locale). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User riggwelter@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c6 --- Comment #6 from James Ogley <riggwelter@opensuse.org> 2008-11-26 09:52:57 MST --- (In reply to comment #5 from Vincent Untz)
Either week should be changed to 7;19971130;4 or first_weekday should be changed to 1 (assuming Monday should be the first day in this locale).
Monday would be more usual than Sunday, yes. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |pbaudis@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User pbaudis@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c7 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Priority|P5 - None |P2 - High --- Comment #7 from Petr Baudis <pbaudis@novell.com> 2008-11-27 17:21:18 MST --- I will check in a patch after the weekend, changing first_weekday to 1. Unfortunately, the current situation is big mess across most locales, a long-term glibc problem. :-( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User pbaudis@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c8 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #8 from Petr Baudis <pbaudis@novell.com> 2008-12-04 03:36:27 MST --- Submitted to STABLE together with other fixes, let's see if this makes 11.1 final - if not, it will be released later in an online update of glibc. In the end, changing the week was the correct solution. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c9 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmeeks@novell.com --- Comment #9 from Vincent Untz <vuntz@novell.com> 2008-12-09 09:03:53 MST --- *** Bug 450552 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=450552 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User riggwelter@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c10 --- Comment #10 from James Ogley <riggwelter@opensuse.org> 2009-01-22 07:44:00 MST --- Just to say, this still exists in 11.1 final with updates. Can an update be pushed to YOU perhaps? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User pbaudis@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c11 --- Comment #11 from Petr Baudis <pbaudis@novell.com> 2009-01-22 08:05:15 MST --- Yes, did not make 11.1 in the end. :-( We are planning update in bug 378202 now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User mmeeks@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c12 --- Comment #12 from Michael Meeks <mmeeks@novell.com> 2009-01-22 08:09:08 MST --- and to confirm this is fixed in SLED11 RC2 nicely. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=449186 User swamp@suse.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449186#c13 Swamp Script User <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:11.1:22237 --- Comment #13 from Swamp Script User <swamp@suse.com> 2009-02-05 07:45:00 MST --- Update released for: glibc, glibc-debuginfo, glibc-debugsource, glibc-devel, glibc-html, glibc-i18ndata, glibc-info, glibc-locale, glibc-obsolete, glibc-profile, nscd Products: openSUSE 11.1 (debug, i586, i686, ppc, ppc64, x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com