You are not logged in.
Hello!
I install gtkpacman from community and I get this error when i try to start it:
Archroot:# gtkpacman
(gtkpacman:13505): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "/usr/bin/gtkpacman", line 28, 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
Archroot:#
I use this in /etc/locale.gen:
fr_CA ISO-8859-1
Someone has an idea?
If you need more info, tell me.
Thank you for your help.
@+
Shaika-Dzari
http://www.4nakama.net
Offline
have you actually run locale-gen as root?
Offline
Uncomment the en_US lines in /etc/locale.gen and re-run locale-gen.
1000
Offline
Hello!
Sorry I am late...
I try to add en_US with my current setting and I run locale-gen again:
Archroot:# cd /etc /home/shaika-dzari
Archroot:# vi locale.gen /etc
Archroot:# locale-gen /etc
Generating locales...
en_US.ISO-8859-1... done
fr_CA.ISO-8859-1... done
Generation complete.
Archroot:# gtkpacman /etc
(gtkpacman:1110): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "/usr/bin/gtkpacman", line 28, 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
Archroot:#
Thank you for your help
Shaika-Dzari
http://www.4nakama.net
Offline
run 'locale -a' as root and make sure your entry in rc.conf matches the output.
here's mine :
root@julius ~]# locale -a
C
POSIX
en_US
en_US.iso88591
en_US.utf8
[root@julius ~]#
in rc.conf :
LOCALE="en_US.utf8"
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I switch to utf8 and rerun locale-gen and it solve the problem.
Now everything is alright.
Thank you for your help
Shaika-Dzari
http://www.4nakama.net
Offline