William Sherwin wrote:

<skipped>

I have often gotten the following error:

Gtk-WARNING **: Locale not supported by C library.
       Using the fallback 'C' locale.

Does anyone have any ideas as to how I might be able to correct it? I know that this may seem quite vague, so I apologize in advance, and I would be happy to answer questions that might lead to the resolution of this problem...


What is the output of 'locale' ?


[EMAIL PROTECTED]:~$ 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=

And this string [en_US.UTF-8] also present in output of [locale -a] ?
If not you must use locale-def(part of libc utilities) for generating locale specific data.


Yury.


================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to