You are not logged in.
I don't think my locales got generated after doing a net install.
[ishpeck@kiyoshi ~]$ 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
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX
Get lots'a programs complaining that locale files aren't found.
[ishpeck@kiyoshi ~]$ pypanel
Traceback (most recent call last):
File "/usr/bin/pypanel", line 948, in <module>
locale.setlocale(locale.LC_ALL, "")
File "/usr/lib/python2.7/locale.py", line 539, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
What should I do?
Last edited by Ishpeck (2012-07-18 04:23:43)
If I were to ask you a hypothetical question, what would you want it to be about?
Offline
whats the output of
locale-gen
https://balaskas.gr
Linux System Engineer - Registered Linux User #420129
Offline
You mean:
$ sudo locale-gen
https://wiki.archlinux.org/index.php/Be … locale.gen
https://wiki.archlinux.org/index.php/Be … ON_section
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
whats the output of
locale-gen
Generating locales...
en_US.UTF-8... done
en_US.ISO-8859-1... done
Generation complete.
$ echo $?
0
That did the trick. Mega-thanks to your head. I'll mark it solved.
If I were to ask you a hypothetical question, what would you want it to be about?
Offline