Hello ppl. When i issue the "locale" command I'm getting:
locale: Cannot set LC_ALL to default locale: No such file or directory. LANG=el_GR.UTF-8 LC_CTYPE=el_GR.UTF-8 LC_NUMERIC=el_GR.UTF-8 LC_TIME=el_GR.UTF-8 LC_COLLATE=en_US.utf8 LC_MONETARY=el_GR.UTF-8 LC_MESSAGES=el_GR.UTF-8 LC_PAPER=en_US.utf8 LC_NAME=el_GR.UTF-8 LC_ADDRESS=el_GR.UTF-8 LC_TELEPHONE=en_US.utf8 LC_MEASUREMENT=el_GR.UTF-8 LC_IDENTIFICATION=el_GR.UTF-8 LC_ALL= My LOCALE variable in rc.conf is set to: LOCALE="el_GR.utf8". I've used locale-gen to generate Greek locale that i need: locale-gen Generating locales... el_GR.UTF-8... done Generation complete. If i issue the following commands: export LANG=el_GR.utf8 export LC_ALL=el_GR.utf8 it corrects the problem, the locale is set properly. But after every reboot I'm getting the same error: locale: Cannot set LC_ALL to default locale: No such file or directory. I found a termporary(really bad) solution by putting this 2 commands export LANG=el_GR.utf8 export LC_ALL=el_GR.utf8 in /opt/xfce4/bin/startxfce4. (I'm using xfce) _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
