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 114198 - Week start at the calendar
Week start at the calendar
Status: RESOLVED DUPLICATE of bug 87977
Product: gnome-panel
Classification: Other
Component: clock
2.3.x
Other Linux
: High normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-01 14:33 UTC by Guille -bisho-
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix the bug using nl_langinfo() (1.95 KB, patch)
2003-06-28 17:55 UTC, Carlos Garnacho
none Details | Review
another way to do this with options instead of using locale (8.43 KB, text/plain)
2003-09-16 11:03 UTC, Robin Helgelin
  Details

Description Guille -bisho- 2003-06-01 14:33:32 UTC
The calendar showed in the new release of clock applet should allow to set
up the start day of the week.

In European countries week start at Monday.

Also the applet came without the app set to change the date. A default
value should be provided, because changing at the gconf-editor is not user
friendly.
Comment 1 Carlos Garnacho 2003-06-26 10:19:40 UTC
Hi :-),

I don't know if it's really correctly used, or if it's completely
portable, but in the time-admin tool of the gnome system tools we are
using the function nl_langinfo (_NL_TIME_FIRST_WEEKDAY) to get the
first weekday acording to the locales, as far as I've been testing it
with several locales, it seems to work fine.

If nobody complains, I'll try to get a working patch for this bug
using nl_langinfo() this evening :-P
Comment 2 Carlos Garnacho 2003-06-28 17:55:38 UTC
Created attachment 17864 [details] [review]
patch to fix the bug using nl_langinfo()
Comment 3 Carlos Garnacho 2003-06-28 17:59:40 UTC
hope you like it, sorry for the delay, I had problems with gnome-2.3
from jhbuild :-P
Comment 4 Guille -bisho- 2003-07-03 12:04:36 UTC
I'l try the path now. I have to figure how to add it to the gentoo
ebuild. :)
Comment 5 Guille -bisho- 2003-07-03 12:26:00 UTC
It worked!!!

Thanks a lot. Now I see the weeks starting at monday without even
having to configure anything. :)
Comment 6 Guille -bisho- 2003-08-05 02:15:53 UTC
Why this patch is not yet in the mainstream gnome?

Everytime I update gnome I forget to apply this patch...
Comment 7 Guille -bisho- 2003-09-01 22:40:15 UTC
Sorry bothering again...

but... why this path is not still mainstream in the gnome 2.4 beta
2??? I think this path is really important to be fixed on the 2.4
release, and the path is easy and works well.
Comment 8 Christian Rose 2003-09-01 22:45:45 UTC
GNOME is in a deep code freeze right now. Sorry, your patch will have
to wait a little longer.
Comment 9 Guille -bisho- 2003-09-01 23:48:08 UTC
This is not considered a L10N bug?

Anyway, thanks, I will continue applying the patch manually.
Comment 10 Christian Rose 2003-09-01 23:55:22 UTC
Certainly, it is a L10N bug. But GNOME is frozen now in order to get a
release out at all.
Comment 11 Carlos Garnacho 2003-09-02 17:04:25 UTC
it's a pity that the patch wasn't applied for 2.4.0, I hope that the
patch could get some more testing and get mainstream soon :-)
Comment 12 Robin Helgelin 2003-09-16 11:03:50 UTC
Created attachment 19980 [details]
another way to do this with options instead of using locale
Comment 13 Christian Rose 2003-09-16 11:13:23 UTC
Much of the whole point of localization is making software just work
the way people expect without them having to manually set a hundred
options in a thousand different places.
Thus, I don't see how just adding options, without depending on the
locale setting, really solves the fundamental problem here.
Comment 14 Vincent Untz 2003-09-17 13:17:26 UTC
Mark/Arvind: did you review the first patch ?
Comment 15 Mark McLoughlin 2003-09-19 10:55:24 UTC
Okay, this is resolved in gtk+ HEAD - gtkcalendar figures out the week
start itself (its up to the translator to set it). So, this will be
fixed for GNOME 2.6 because we will be using gtk+ 2.4 by then.

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