I've never seen some of these bugs on any distro before. Trying to read random man pages from the cli brings up the relevant page but man throws a warning on every one.
Given the other bugs and errors I've encountered in connection with locale (with language in the SDDM in particular), I'd say that either something is messed up with setlocale and the util is bugged or one of the installation scripts is messed up which leaves the environmental variable unset and reliant to something else. It might be that the settings gui is broken and Qlocale has no way to use setlocale to change locales. It seems that only Kubuntu is affected by this.
Code:
username@machine:~$ man man man: can't set the locale; make sure $LC_* and $LANG are correct
Comment