ubuntu-tour team mailing list archive
-
ubuntu-tour team
-
Mailing list archive
-
Message #00170
Re: Finishing packaging prep
I've started a PPA, ubuntu-tour-admins/daily. At the moment, this is
just to test the media pack installation stuff, but soon I plan to have
two repositories going. Daily, which for now we will recommend, and
stable, which has less frequent updates, and is unlikely to break.
While writing this, I realized a critical flaw in the current package,
so it may be a few hours before I can get feedback.
-Alex
On Thu, 2010-11-11 at 07:45 +0100, K.de Jong wrote:
> 2010/11/11 Alexander Lancey <alex@xxxxxxxxxxxxx>:
> > I feel the best way to package tour media is to use .debs, and use
> > runonstart scripts and or postinst scripts to install the user's language
> > pack. Does anyone know how to detect the language? I tried reading the code
> > and Googling, but no avail.
> >
> > -Alex
> > _______________________________________________
> > Mailing list: https://launchpad.net/~ubuntu-tour
> > Post to : ubuntu-tour@xxxxxxxxxxxxxxxxxxx
> > Unsubscribe : https://launchpad.net/~ubuntu-tour
> > More help : https://help.launchpad.net/ListHelp
> >
> >
>
> env will tell you :)
>
> $ env | grep LANG
> LANG=en_US.UTF-8
> GDM_LANG=en_US.UTF-8
>
> $ env | grep GDM
> GDM_KEYBOARD_LAYOUT=us
> GDM_LANG=en_US.UTF-8
> GDMSESSION=gnome
>
> not tested for KDE, XFCE, LXDE
>
References