https://bugs.kde.org/show_bug.cgi?id=496076
--- Comment #5 from hanyo...@protonmail.com --- If I ran `LANG=en_GB.UTF-8 LC_ALL=C locale` in terminal, I get the same output as yours. So I think maybe in plasma-localerc, the previous setting was just $LANG, $LC_* were unset. The LC_ALL maybe coming from the distro setting. It worked okay because previously distro doesn't set LC_ALL? And once it did, the locale broken (LC_* inherit LANG if LC_ALL is not set). Nonetheless, with the current "if LANG is set, also set all LC_*" approach, situations like these can be avoided. -- You are receiving this mail because: You are watching all bug changes.