You are not logged in.
Pages: 1
Hello everyone .
I have a small problem with the localization of the Italian language.
I have configured local-gen, I added a line containing ":" $ {LANG: = it_IT.UTF-8} "; export LANG" in / etc / profile
I reconfigured everything with dpkg-reconfigure locales
installed all the packages in the Italian language.
But when I reboot I can not get the localized system in Italian.
Someone can help me figure out where I'm wrong. Thank you.
Sorry for my bad English.
*Prompt:
# locale-gen
it_IT.UTF-8... done
Generation complete.
---------------------------------
# locale -a
C
C.UTF-8
POSIX
it_IT.utf8
--------------------------------
Last edited by ilnanny (2017-09-09 11:48:37)
My D.A. Page:
https://ilnanny.deviantart.com/
Offline
I do it this way:
export LANG=it_IT.UTF-8
export LC_ALL=it_IT.UTF-8
Offline
I do it this way:
export LANG=it_IT.UTF-8 export LC_ALL=it_IT.UTF-8
I wrote it as root and restarted, but the result is always the same.
My D.A. Page:
https://ilnanny.deviantart.com/
Offline
I solved by inserting in the .bashrc file of my user the string:
export LANG=it_IT.UTF-8
export LC_ALL=it_IT.UTF-8
even though this does not seem to me a user-friend result.
Can I put "solved" in the title?
Last edited by ilnanny (2017-09-09 13:17:34)
My D.A. Page:
https://ilnanny.deviantart.com/
Offline
You can edit your first post to mark it solved, but there may still be a problem to solve.
For the devuan live-isos, I put those lines in /etc/profile.d/tt_locale.sh where they will affect all users. It should work for one user if you add those lines to ~/.profile.
If you chose Italian during the installation, you shouldn't need to do this. Which iso did you use for the installation?
Offline
You can edit your first post to mark it solved...
I used this live:
devuan_jessie_1.0.0_amd64_desktop-Live.iso ( https://devuan.c3l.lu/devuan_jessie/desktop-live/ )
I chose the Italian during installation (using refracta)
then as usual I've copied backup files for thunar and xfce, which I use both in gentoo and debian, but are just the xfce4 panel configurations and the custom thunar menu.
Last edited by ilnanny (2017-09-09 13:58:51)
My D.A. Page:
https://ilnanny.deviantart.com/
Offline
Did you boot the live media in Italian (second option in the boot menu) or did you boot into English and then choose Italian during the installation?
Does /etc/profile.d/zz_locale.sh exist in the installed system?
Offline
Pages: 1