https://bugs.kde.org/show_bug.cgi?id=491305
hanyo...@protonmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/5a687105d02d3882accd80d25 | |1861f264be22c18 --- Comment #24 from hanyo...@protonmail.com --- Git commit 5a687105d02d3882accd80d251861f264be22c18 by Han Young. Committed on 30/09/2024 at 10:09. Pushed by hanyoung into branch 'master'. kcm_regionandlang: always set LC_* when changing language If the LC_* is not set with Plasma (~/.config/plasma-localerc), they inherit system-wide setting. However, we don't take system-wide setting into account when displaying LC_* vars. As the result, the UI may display incorrect results. Always set LC_* when changing language to avoid this issue. M +4 -0 kcms/region_language/kcmregionandlang.cpp M +12 -0 kcms/region_language/regionandlangsettings.cpp M +23 -0 kcms/region_language/regionandlangsettings.h https://invent.kde.org/plasma/plasma-workspace/-/commit/5a687105d02d3882accd80d251861f264be22c18 -- You are receiving this mail because: You are watching all bug changes.