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 330318 - GtkCalendar does not use locale's first_weekday
GtkCalendar does not use locale's first_weekday
Status: RESOLVED DUPLICATE of bug 318694
Product: gtk+
Classification: Platform
Component: Widget: Other
2.8.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-02-07 21:58 UTC by Andrew Conkling
Modified: 2006-02-07 22:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Andrew Conkling 2006-02-07 21:58:47 UTC
Please describe the problem:
a GtkCalendar will always show Sunday as the first day of the week, even when
the locale says otherwise.  For example, locale -ck LC_TIME for en_GB.utf8 displays:
day="Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday"
first_weekday=1

However, a calendar widget does not reflect this.

Steps to reproduce:
1. Set LC_TIME to en_GB
2. `locale -ck LC_TIME` to check applied settings
3. Open a GtkCalendar (probably easiest by running `zenity --calendar` if
installed).


Actual results:
The calendar shows Sunday as the first day of the week.

Expected results:
The calendar should show Monday as the first day.

Does this happen every time?
Yes.

Other information:
Tested on Ubuntu Linux, GTK+ 2.8.6
and Arch Linux, GTK+ 2.8.11
Comment 1 Olav Vitters 2006-02-07 22:18:42 UTC
See comments in the other bug; first_weekday is not enough.

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