You are not logged in.
After updating my system on two separate machines while debugging a locale issue, I can no longer execute locale-gen due to following error:
Generating locales...
en_GB.UTF-8... done
en_US.UTF-8... done
pl_PL.UTF-8... done
Inherit.Language.UTF-8 UTF-8...Try `localedef --help' or `localedef --usage' for more information.I've never seen such error before, and google cannot find it mentioned anywhere.
Offline
What does `grep -v '^#' /etc/locale.gen` show?
Offline
What does `grep -v '^#' /etc/locale.gen` show?
Huh
Turns out plasma has added some odd lines to that file:
# generated by KDE Plasma Region & Language KCM
Inherit Language.UTF-8 UTF-8
Inherit Language.UTF-8 UTF-8
Inherit Language.UTF-8 UTF-8
Inherit Language.UTF-8 UTF-8
Inherit Language.UTF-8 UTF-8
Inherit Language.UTF-8 UTF-8I assume that these somehow were supposed to work, but for some reason don't?
Offline
Just get rid of them, then ignore plasma's locale settings completely.
Offline