Colin a écrit :
CoolFox wrote:did you try to reconfigure your locale settings with dpkg-reconfigure locale ?That's suppose to be "dpkg-reconfigure locales".
Yes I tried it and the output is:
dpkg-reconfigure locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "fr_BE"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
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_ALL to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or
directory
/usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such file
or directory
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or
directory
Generating locales...
ar_LY.UTF-8... done
en_GB.UTF-8... done
es_ES.UTF-8... done
fr_FR.UTF-8... done
ar_LY.ISO-8859-6... done
en_GB.ISO-8859-1... done
es_ES.ISO-8859-1... done
fr_FR.ISO-8859-1... done
Generation complete.
However my choice in dpkg-reconfigure was fr_FR.
and the XF86config I have this:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
I don't understand why fr_BE is mentioned in dpk-reconfigure.
Thanks
Bayrouni