Re: LC_TIME set incorrectly

2025-03-11 Thread Nils
On Tuesday, March 11, 2025 10:21:07 PM GMT+1 George at Clug wrote: > The Debian-specific /etc/timezone will no longer be supported by > systemd-timedated, as it is no longer useful and its functionality has been > subsumed into /etc/localtime, and tzdata will no longer create it. That looks like i

Re: LC_TIME set incorrectly

2025-03-11 Thread George at Clug
On Wednesday, 12-03-2025 at 05:01 Nils wrote: > On Tuesday, March 11, 2025 6:52:41 PM GMT+1 Greg Wooledge wrote: > > It might be coming from one of the user's dot files. You can try > > these: > > Thanks! That seems to be it: > > $ sudo su -- root -c env | grep LC_TIME > LC_TIME=de_DE.UTF-8 >

Re: LC_TIME set incorrectly

2025-03-11 Thread Nils
On Tuesday, March 11, 2025 6:52:41 PM GMT+1 Greg Wooledge wrote: > It might be coming from one of the user's dot files. You can try > these: Thanks! That seems to be it: $ sudo su -- root -c env | grep LC_TIME LC_TIME=de_DE.UTF-8 I wonder if KDE has messed something up here as it has internal l

Re: LC_TIME set incorrectly

2025-03-11 Thread Greg Wooledge
On Tue, Mar 11, 2025 at 17:40:35 +, Nils wrote: > riccy@riccy:~$ cat /etc/default/locale > # File generated by update-locale > LANG=en_US.UTF-8 > LC_TIME=de_DE.UTF-8 > > (after a reboot) > riccy@riccy:~$ echo $LC_TIME > en_DE.UTF-8 > > Searching /etc for the config string reveals nothing: >

LC_TIME set incorrectly

2025-03-11 Thread Nils
Hi everyone, I am helping a friend fix this system, and he is having a weird issue causing his LC_TIME to be en_DE.UTF-8. I have already added a line to the config file attempting to override this: riccy@riccy:~$ cat /etc/default/locale # File generated by update-locale LANG=en_US.UTF-8 LC_TIM