actualy it's not the locale issue.. I did find a solution in the dev list: http://www.mail-archive.com/[email protected]/msg02528.html
basicly if I set: GDK_USE_XFT to 1 before running it works ie. export GDK_USE_XFT=1 (for bash) or setenv GDK_USE_XFT (for tcsh) sounds like this will be fixed in the next release of gtk2 --- Brian Lenihan <[EMAIL PROTECTED]> wrote: > > 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> > ===== [EMAIL PROTECTED] The above text is a natural product. Slight variations in spelling and grammar enhance its individual character & beauty and in no way are to be considered flaws or defects. ---------------------------------------------------------- __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com ------------------------------------------------------- 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
