You are not logged in.
Pages: 1
No matter what I've tried, I cannot get my locale working correctly. I get GTK warning messages and some programs fail to work. Here is all the information I have gathered with the help of stojic on IRC: http://gist.github.com/31561
I have also tried deleting /etc/locale.gen and re-installing glibc. It works fine if I set the locale to en_US in /etc/locale.gen but this is not ideal. Also my system clock is wrong since the problem.
Errors are like this: (process:7017): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
/usr/lib/python2.6/site-packages/sonata/main.py:78: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import gtk, pango, threading, time, ui, img, tray, md5
/usr/lib/python2.6/site-packages/sonata/main.py:1317: GtkWarning: locale not supported by C library
gnome.init("sonata", __version__)
Any help is appreciated!
Last edited by xen (2008-12-03 15:06:08)
Offline
Did you run locale-gen after editing /etc/locale.gen?
(lambda ())
Offline
Pages: 1