Re: locale not supported by Xlib



Sanghun Park <sanghun hynix com> writes:
> 
> I've developed an application of gdk/gtk/gnome.
> But, when I run the application, the following messages emit.
> 
> 
> Gdk-WARNING **: locale not supported by Xlib, locale set to C
> 
> Gdk-WARNING **: can not set locale modifiers
> 
> 
> What's wrong? How can I fix it

Your locale isn't supported by Xlib. So you need to change your locale
to one that is, or change your Xlib to one that supports your locale.

"echo $LANG" or "echo $LC_ALL" to see what locale you're using.

Havoc



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