El Sábado 15 Octubre 2005 17:58, Dewon Nik escribió: gracias por la rapidez, dewon. acabo de poner las locales como las tuyas, pero sigo obteniendo el mensaje: I18N: X Window System doesn't support locale "es_ES.UTF-8" I18N: X Window System doesn't support locale "C"
¿cómo se puede ver para qué locale está compilado glibc, y modificarlo? ahora, [EMAIL PROTECTED]:~$ locale LANG=es_ES.UTF-8 LC_CTYPE="es_ES.UTF-8" LC_NUMERIC="es_ES.UTF-8" LC_TIME="es_ES.UTF-8" LC_COLLATE="es_ES.UTF-8" LC_MONETARY="es_ES.UTF-8" LC_MESSAGES="es_ES.UTF-8" LC_PAPER="es_ES.UTF-8" LC_NAME="es_ES.UTF-8" LC_ADDRESS="es_ES.UTF-8" LC_TELEPHONE="es_ES.UTF-8" LC_MEASUREMENT="es_ES.UTF-8" LC_IDENTIFICATION="es_ES.UTF-8" LC_ALL=es_ES.UTF-8 > > También añadí un archivo para que me cogiera los locales por defecto: > /etc/env.d/02locale > LANG=es_ES.UTF-8 > LC_ALL=es_ES.UTF-8 > [EMAIL PROTECTED] > Igual te falta este archivo (o alguno equivalente en tu sistema) he modificado el archivo para ponerlo como el tuyo: [EMAIL PROTECTED]:~$ cat /etc/environment ### BEGIN DEBCONF SECTION FOR localeconf # Do not edit within this region if you want your changes to be preserved # by debconf. Instead, make changes before the "### BEGIN DEBCONF SECTION # FOR localeconf" line, and/or after the "### END DEBCONF SECTION FOR # localeconf" line. ### END DEBCONF SECTION FOR localeconf LANG=es_ES.UTF-8 LC_ALL=es_ES.UTF-8 [EMAIL PROTECTED] > A por cierto cuantos 'locales' donde elegir, ¿no? ya los he reducido ;)
