Summary: | Language & Region pane show incorrect data | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | A T Somers <andre> |
Component: | kcm_regionandlang | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hanyoung, nate |
Priority: | NOR | ||
Version First Reported In: | 5.27.11 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=491305 | ||
Latest Commit: | Version Fixed In: | 6.2.0 | |
Sentry Crash Report: | |||
Attachments: | Screenshot showing configuration pane and some examples of it not being heeded |
Description
A T Somers
2025-01-17 12:01:06 UTC
can you please paste the output of `locale` in a fresh opened terminal, and the contents of ~/.config/plasma-localerc? . Requested additional info: ```andre@andre-KDAB-laptop:~/Develop$ locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC=nl_NL.UTF-8 LC_TIME=nl_NL.UTF-8 LC_COLLATE="en_US.UTF-8" LC_MONETARY=nl_NL.UTF-8 LC_MESSAGES="en_US.UTF-8" LC_PAPER=nl_NL.UTF-8 LC_NAME=nl_NL.UTF-8 LC_ADDRESS=nl_NL.UTF-8 LC_TELEPHONE=nl_NL.UTF-8 LC_MEASUREMENT=nl_NL.UTF-8 LC_IDENTIFICATION=nl_NL.UTF-8 LC_ALL= ``` ``` andre@andre-KDAB-laptop:~/Develop$ cat ~/.config/plasma-localerc [Formats] LANG=en_US.UTF-8 ``` The nl_NL settings must come from systemwide settings. That explains why the settings page are unaware of this. This has been fixed by https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4739 You can set the relevant LC_* options in the Region and Language settings to correct the info displayed. I doubt that that's really the solution, as I have not updated my language ever. It has always been like this. If you want to know the reason of the incorrect display, you can see the description of the MR above. Newer versions of KDE won't have this problem. It's not a solution; it's a workaround until you upgrade to Plasma 6.2.0 which does contain the solution. |