Re: [gtk-list] locale problems




pbg1854@garnet.acns.fsu.edu writes:

> Hi,
> 
> I posted a message about this a little while ago, but I still haven't
> fixed it. Anyways, the problem is that every GTK+ app I run spits out
> this message:
> 
> Gdk-WARNING **: locale not supported by C library
> 
> When I run locale, this is the output I get:
> 
> LANG=POSIX
> LC_CTYPE="POSIX"
> LC_NUMERIC="POSIX"
> LC_TIME="POSIX"
> LC_COLLATE="POSIX"
> LC_MONETARY="POSIX"
> LC_MESSAGES="POSIX"
> LC_ALL=
> 
> Obviously, I haven't changed the locale from the default setting. Does
> GTK+ not like the default locale?

What are the settings of your LC_ALL and LANG environment variables?

('locale' does not give particularly useful information)

But the message doesn't mean that GTK+ doesn't like the locale settings,
it means that the C library doesn't like the locale settings and 
GTK+, unlike most other programs actually warns you when setlocale()
fails.

Regards,
                                        Owen




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]