[kde-solaris] locale problem
Mikael Dalsgard
mikaeld at online.no
Thu Jan 12 19:28:34 CET 2006
On Thu, Jan 12, 2006 at 03:53:25PM +0000, Georg Vogel wrote:
> 1) I'm not using a specific locale - I've chosen POSIX-C
> 2) I'm starting kde with gdm - using the /opt/kde-3.4.3/bin/startkde skript
> 3)
> locale:
> >LANG=en_US.ISO8859-1
> >LC_CTYPE="C"
> >LC_NUMERIC="C"
> >LC_TIME="C" LC_COLLATE="C"
> >LC_MONETARY="C" LC_MESSAGES="C"
> >LC_ALL=en_US.ISO8859-1
>
> echo $LC_ALL:
> >en_US.ISO8859-1
If you set LC_ALL, and the rest of the LC_ variables isn't automatically
set to the same thing, this usually indicates that the specific locale
is not installed.
Test which ones are installed with
localadm -lc
You might try to add it if missing with
localeadm -a en_US.ISO-8859-1 -d <path to packages/images>
Mikael
More information about the kde-solaris
mailing list