← Back to team overview

gtg team mailing list archive

[Bug 506261] Re: Incorrect calendar locale style

 

thank you for your bug report, the start of week is defined by the
locale and GDM_LANG is not a standard locale environment variable, why
don't you just set LC_ALL to the locale you want to use, ie en_US.UTF-8?

** Changed in: gtk+2.0 (Ubuntu Lucid)
   Importance: Undecided => Low

** Changed in: gtk+2.0 (Ubuntu Lucid)
       Status: New => Incomplete

-- 
Incorrect calendar locale style
https://bugs.launchpad.net/bugs/506261
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Invalid
Status in “gtk+2.0” package in Ubuntu: Incomplete
Status in “gtk+2.0” source package in Lucid: Incomplete

Bug description:
The calendar displays with columns M/T/W/T/F/S/S rather than S/M/T/W/T/F/S as is typical for the US English locale.

I have the following environmental settings:

 LANG=C
 GDM_LANG=en_US.UTF-8

If I export LANG=en_US.UTF-8 and run gtg it shows the calendar correctly.

Perhaps the locale stuff should be set up to default to GDM_LANG if LANG is unset or set to 'C'?