Each time I try and run an application on my Debian install after a dist upgrade it complains about the language being all wrong. Has anyone else bumped into this problem? It currently means that I cannot run certain programs (ones that rely on gtk).
Code:
(process:1935): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(straw:1935): Gdk-WARNING **: locale not supported by C library Traceback (most recent call last): File "/usr/bin/straw", line 17, in ? s = straw.Main() File "/usr/lib/straw/straw/Main.py", line 41, in __init__ self._setlocale() File "/usr/lib/straw/straw/Main.py", line 105, in _setlocale locale.setlocale(locale.LC_ALL, '') File "/usr/lib/python2.3/locale.py", line 381, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting