ycom1
June 26, 2022, 6:40pm
1
hello all there, yesterday I skipped from Debian-Testing to Garuda.
Accidentally chose german @ install, wanted English really.
But now as I go change it in the setting - regional, it would have
no effect. No matter what I add and delete it boots with german
menus.
How could I break this wrong setting?
( Using Plasma-KDE, all updates done )
Regards Andy
1 Like
I believe this is the relevant article: Locale - ArchWiki
If you open this file:
sudo micro /etc/locale.conf
The LANG=
value decides what language your system will use. Mine looks like this:
LANG=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_TIME=en_US.UTF-8
Another way you can set this value (instead of opening locale.conf
and editing it) is run:
sudo localectl set-locale LANG=en_US.UTF-8
I hope that helps, welcome to the community @ycom1 .
2 Likes
ycom1
June 26, 2022, 7:56pm
3
thank you very much. I did this, rebooted, no effect.
my default locale looks like this:
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_ADDRESS=de_DE.UTF-8
LC_IDENTIFICATION=de_DE.UTF-8
LC_MEASUREMENT=de_DE.UTF-8
LC_MONETARY=de_DE.UTF-8
LC_NAME=de_DE.UTF-8
LC_NUMERIC=de_DE.UTF-8
LC_PAPER=de_DE.UTF-8
LC_TELEPHONE=de_DE.UTF-8
LC_TIME=de_DE.UTF-8
ycom1
June 26, 2022, 8:05pm
4
also adding this:
if I want to reinstall perl-encode-locale, I get the message
that the package database is corrupted ....
Do you want to keep all of those values in German?
See here: My system is still using wrong language
In your case, since you are on KDE you may need to delete the local file at ~/.config/plasma-localerc
which may be overwriting your settings.
5 Likes
ycom1
June 26, 2022, 8:15pm
6
thanks that solved the problem, a few things are still german, but mainly all english now
All these other values are still in German:
If you change them to en_US.UTF-8
, that might help.
2 Likes
ycom1
June 27, 2022, 2:59am
8
will do thanks again : - )
system
Closed
June 29, 2022, 2:59am
9
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.