You are not logged in.
Pages: 1
When I run 'beryl-settings' in a terminal I get the following error:
[n00b@archlinux ~]$ beryl-settings
(beryl-settings:5720): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "/usr/bin/beryl-settings", line 13, in ?
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python2.4/locale.py", line 381, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
[n00b@archlinux ~]$
My locales are:
[n00b@archlinux ~]$ locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
C
POSIX
en_GB
en_GB.iso88591
en_GB.utf8
[n00b@archlinux ~]$
I ran 'pacman -Syu' beforehand so I'm using the latest Beryl packages fron Unstable.
How do I fix things (beryl-settings was working before the pacman -Syu)?
Last edited by Shagbag (2007-01-27 19:54:09)
Offline
also gparted doesn't run with newest glibc
MeoW 3.0 -- kernel 2.6.20_RC6 ( arch config ) -- Gnome 2.16.3
Developer of MeoW Live AIGLX Linux
meow.awardspace.info
Offline
I think I found the problem xD , Shagbag outcomment your language in locales.conf int /etc/ , I found this file during a installation. No warranty , I haven't test it at the moment ( because I use a vmware install atm and cannot test it with beryl ) . Try it and post the result here
MeoW 3.0 -- kernel 2.6.20_RC6 ( arch config ) -- Gnome 2.16.3
Developer of MeoW Live AIGLX Linux
meow.awardspace.info
Offline
I can't see /etc/locales.conf ie. the file does not exist on my system. Have I got the correct file and path?
Offline
Oh sry ... its the locale.gen .. there you can outcomment your language ( e.g. #xx_xxx to xx_xxx ) , then run /etc/profile.d/locale.sh
.. a restart is not wrong , I hope it woks
MeoW 3.0 -- kernel 2.6.20_RC6 ( arch config ) -- Gnome 2.16.3
Developer of MeoW Live AIGLX Linux
meow.awardspace.info
Offline
Pages: 1