LC_ALL should not be set, output of locale:

LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=

Regards
Karsten

On Friday, April 15, 2016 2:37:17 PM CEST Ari Makela wrote:
> Hello,
> 
> do you have LC_ALL set? It overrides other locale environment variables.
> I.e. what does command "locale" print out?
> 
> On Fri, Apr 15, 2016 at 12:58 PM, <praerieh...@kako-media.de> wrote:
> > Hi guys,
> > 
> > I know that this was already discussed but I am still struggling settings
> > the
> > language of the darkatble GUI via commandline.
> > The installation of my ArchLinux is more or less complete English but I
> > would
> > like to start a few applications in German language.
> > 
> > I'm using a script to start darktable with following content:
> > #!/bin/bash
> > 
> > ln -s /home/karsten/.config/darktable_on-location /home/karsten/.config/
> > darktable
> > ln -s /data/symlinks/mipmaps-darktable-on-location  /home/karsten/.cache/
> > darktable
> > export LANG=de_DE
> > darktable
> > rm /home/karsten/.config/darktable
> > rm /home/karsten/.cache/darktable
> > 
> > I tested with
> > LANG=de
> > LANG=german
> > LANG=de_DE.utf8
> > 
> > Always the GUI is English. The output of locale -a shows me that the
> > german
> > locale is available:
> > C
> > de_DE
> > de_DE@euro
> > de_DE.iso88591
> > de_DE.iso885915@euro
> > de_DE.utf8
> > deutsch
> > en_US
> > en_US.iso88591
> > en_US.utf8
> > german
> > POSIX
> > 
> > Any ideas what I am doing wrong?
> > 
> > Thanks an regards
> > Karsten
> > 
> > __________________________________________________________________________
> > __ darktable user mailing list
> > to unsubscribe send a mail to
> > darktable-user+unsubscr...@lists.darktable.org
> 
> ____________________________________________________________________________
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org


____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Reply via email to