On Sunday, September 29, 2002, at 12:42 AM, chris koontz wrote:

>
> (Pan:27459): Gdk-WARNING **: locale not supported by C
> library
>
> (Pan:27459): Gtk-WARNING **: Locale not supported by C
> library.
>         Using the fallback 'C' locale.
>
> ** (pan:27459): WARNING **: Couldn't load font "Sans
> 10" falling back to "Sans 1

I ran into a problem, unrelated to fink, but similar to what you are 
seeing.  In the course of debugging it, I discovered my updated 10.2.1 
did not have any locale variables set in my bash environment.  I don't 
know if that is an omission on the part of Apple or an artifact of 
upgrading.

Check your environment and see if LANG is set.  If not, add it and it 
wouldn't hurt to add LC_ALL=C

My problem was ultimately fixed by adding the equivalent to 
~/.MacOSX/environment.plist:

         <key>LANG</key>
         <string>en_US</string>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to