You are not logged in.
Hi,
since my last arch installation, I can't launch Quodlibet at all .. here's the error when I try to launch it from the console:
$ quodlibet
(quodlibet:3850): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "/usr/bin/quodlibet", line 311, in ?
load_library()
File "/usr/bin/quodlibet", line 257, in load_library
library.init(const.LIBRARY)
File "/usr/share/quodlibet/library.py", line 297, in init
print to(_("Supported formats: %s")) % s
File "/usr/share/quodlibet/util/__init__.py", line 190, in to
enc = locale.getpreferredencoding()
File "/usr/lib/python2.4/locale.py", line 417, in getpreferredencoding
setlocale(LC_CTYPE, "")
File "/usr/lib/python2.4/locale.py", line 381, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
I don't know what I should do in order to solve this problem .. (I suppose that the problem comes from my locales and glibc .. ?)
Tout ce que je suis n'est que cause
Tout ce que je suis n'est que conséquence
Pourquoi s'attacher à toutes ces choses
Pourquoi continuer dans la souffrance ?
-
Shiki Soku Ze Ku, Ku Soku Ze Shiki
Offline
Uncomment the locales you want in /etc/locale.gen, then run locale-gen as root.
Offline
Cool ! It worked ! Thanks a lot
Tout ce que je suis n'est que cause
Tout ce que je suis n'est que conséquence
Pourquoi s'attacher à toutes ces choses
Pourquoi continuer dans la souffrance ?
-
Shiki Soku Ze Ku, Ku Soku Ze Shiki
Offline