Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3838

Troubleshooting • Re: Confusion about setting locale

$
0
0
jojopi,

You may be right:
I think OP has run into a serious new bug in Raspberry Pi OS/Imager/firstboot/wizard where something is setting LC_ALL in /etc/default/locale. Once LC_ALL is set, it overrides all other settings, and it cannot be removed by normal means such as interactive raspi-config.

If cat /etc/default/locale includes any setting other than LANG, then run:
Code: Select all

sudo update-locale LC_ALL LANGUAGE
sudo reboot
This is what I get:

Code:

~ $ cat /etc/default/locale #  File generated by update-localeLANG=en_AU.UTF-8LANGUAGE=en_US.UTF-8LC_ALL=en_US.UTF-8
I'll try your suggestion...
TIA...

Statistics: Posted by hfl — Sun Feb 16, 2025 10:21 am



Viewing all articles
Browse latest Browse all 3838

Trending Articles