[Risolto] Gentoo sul mio PC: Aggiustamenti
- conoscenza
- Messaggi: 3821
- Iscritto il: venerdì 2 dicembre 2011, 23:27
- Località: Parma
Re: Gentoo sul mio PC: Aggiustamenti
dai:
echo "it_IT.UTF-8 UTF-8" >> /etc/locale.gen
poi dai
locale-gen
mi fai rivedere:
locale
e
locale -a
echo "it_IT.UTF-8 UTF-8" >> /etc/locale.gen
poi dai
locale-gen
mi fai rivedere:
locale
e
locale -a
Sono allergico a mele morsicate e a finestre con tende.
Segnalate qui le vostre offerte di smartphone e tablet!!!
Segnalate qui le vostre offerte di smartphone e tablet!!!
- Zievatron
- Messaggi: 1657
- Iscritto il: mercoledì 21 dicembre 2011, 23:49
Re: Gentoo sul mio PC: Aggiustamenti
localhost Desktop # locale
LANG=
LC_CTYPE=it_IT.UTF-8
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
localhost Desktop # locale -a
C
POSIX
it_IT
it_IT.iso88591
it_IT.utf8
italian
localhost Desktop #
EDIT:
Ho provato a riavviare. Nessun cambiamento
LANG=
LC_CTYPE=it_IT.UTF-8
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
localhost Desktop # locale -a
C
POSIX
it_IT
it_IT.iso88591
it_IT.utf8
italian
localhost Desktop #
EDIT:
Ho provato a riavviare. Nessun cambiamento
Zievatron
- conoscenza
- Messaggi: 3821
- Iscritto il: venerdì 2 dicembre 2011, 23:27
- Località: Parma
Re: Gentoo sul mio PC: Aggiustamenti
locale-gen
cosa restituisce?
apri un terminale
e da utente dai anche
locale-gen
cosa restituisce?
apri un terminale
e da utente dai anche
locale-gen
Sono allergico a mele morsicate e a finestre con tende.
Segnalate qui le vostre offerte di smartphone e tablet!!!
Segnalate qui le vostre offerte di smartphone e tablet!!!
- Zievatron
- Messaggi: 1657
- Iscritto il: mercoledì 21 dicembre 2011, 23:49
Re: Gentoo sul mio PC: Aggiustamenti
Codice: Seleziona tutto
bash: locale-gen: command not found
Zievatron
- conoscenza
- Messaggi: 3821
- Iscritto il: venerdì 2 dicembre 2011, 23:27
- Località: Parma
Re: Gentoo sul mio PC: Aggiustamenti
ok!
da root hai dato "locale-gen"? cosa hai avuto in output?
mi fai vedere:
cat /etc/locale.gen
e
cat /etc/env.d/02locale
da root hai dato "locale-gen"? cosa hai avuto in output?
mi fai vedere:
cat /etc/locale.gen
e
cat /etc/env.d/02locale
Sono allergico a mele morsicate e a finestre con tende.
Segnalate qui le vostre offerte di smartphone e tablet!!!
Segnalate qui le vostre offerte di smartphone e tablet!!!
- Zievatron
- Messaggi: 1657
- Iscritto il: mercoledì 21 dicembre 2011, 23:49
Re: Gentoo sul mio PC: Aggiustamenti
Messaggio immediatamente precedente.conoscenza ha scritto:ok!
da root hai dato "locale-gen"? cosa hai avuto in output?
mi fai vedere:
cat /etc/locale.gen
e
cat /etc/env.d/02locale
Codice: Seleziona tutto
darkstar / # cat /etc/locale.gen
# /etc/locale.gen: list all of the locales you want to have on your system
#
# The format of each line:
# <locale> <charmap>
#
# Where <locale> is a locale located in /usr/share/i18n/locales/ and
# where <charmap> is a charmap located in /usr/share/i18n/charmaps/.
#
# All blank lines and lines starting with # are ignored.
#
# For the default list of supported combinations, see the file:
# /usr/share/i18n/SUPPORTED
#
# Whenever glibc is emerged, the locales listed here will be automatically
# rebuilt for you. After updating this file, you can simply run `locale-gen`
# yourself instead of re-emerging glibc.
#en_US ISO-8859-1
#en_US.UTF-8 UTF-8
#ja_JP.EUC-JP EUC-JP
#ja_JP.UTF-8 UTF-8
#ja_JP EUC-JP
#en_HK ISO-8859-1
#en_PH ISO-8859-1
#de_DE ISO-8859-1
#de_DE@euro ISO-8859-15
#es_MX ISO-8859-1
#fa_IR UTF-8
#fr_FR ISO-8859-1
#fr_FR@euro ISO-8859-15
it_IT ISO-8859-1
it_IT.UTF-8 UTF-8
darkstar / # cat /etc/env.d/02locale
LC_CTYPE=it_IT.UTF-8
Zievatron
- conoscenza
- Messaggi: 3821
- Iscritto il: venerdì 2 dicembre 2011, 23:27
- Località: Parma
Re: Gentoo sul mio PC: Aggiustamenti
in /etc/locale.gen commenta la riga:
it_IT ISO-8859-1
poi...
locale-gen
l'hai dato da chroot o da root?
Se l'avevi dato da chroot, avvia Gentoo ..e dallo da root direttamente dal terminale...
it_IT ISO-8859-1
poi...
locale-gen
l'hai dato da chroot o da root?
Se l'avevi dato da chroot, avvia Gentoo ..e dallo da root direttamente dal terminale...
Sono allergico a mele morsicate e a finestre con tende.
Segnalate qui le vostre offerte di smartphone e tablet!!!
Segnalate qui le vostre offerte di smartphone e tablet!!!
- Zievatron
- Messaggi: 1657
- Iscritto il: mercoledì 21 dicembre 2011, 23:49
Re: Gentoo sul mio PC: Aggiustamenti
Mi ha risposto così:conoscenza ha scritto:locale-gen
l'hai dato da chroot o da root?
Se l'avevi dato da chroot, avvia Gentoo ..e dallo da root direttamente dal terminale...
Codice: Seleziona tutto
localhost Desktop # locale-gen
* Generating 1 locales (this might take a while) with 1 jobs
* (1/1) Generating it_IT.UTF-8 ... [ ok ]
* Generation complete
Zievatron
- conoscenza
- Messaggi: 3821
- Iscritto il: venerdì 2 dicembre 2011, 23:27
- Località: Parma
Re: Gentoo sul mio PC: Aggiustamenti
bene, hai provato ad avviare firefox? in che lingua è?
Gentoo, in che lingua è?
Gentoo, in che lingua è?
Sono allergico a mele morsicate e a finestre con tende.
Segnalate qui le vostre offerte di smartphone e tablet!!!
Segnalate qui le vostre offerte di smartphone e tablet!!!
- Zievatron
- Messaggi: 1657
- Iscritto il: mercoledì 21 dicembre 2011, 23:49