| Summary: | Setting the region for formats doesn't respect /etc/locale.conf | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | benttotheright |
| Component: | kcm_formats | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | hanyoung, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.23.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
benttotheright
2021-11-14 11:50:57 UTC
Yeah, because Language with only one language setting sets LANG, but formats also sets LANG. Ideally, language should set LANGUAGE. This will be solved in Language & Formats merge. (Hopefully we can land the merge in 5.24) In the meantime, I won't try to fix the old KCM. (In reply to hanyoung from comment #1) > Yeah, because Language with only one language setting sets LANG, but formats > also sets LANG. Ideally, language should set LANGUAGE. This will be solved > in Language & Formats merge. (Hopefully we can land the merge in 5.24) In > the meantime, I won't try to fix the old KCM. I didn't read carefully, actually this is the intended behavior. Because LANG does control LC_* if the specific LC_* doesn't set. If you want English as Language and German formats. You should set LANG as German and LANGUAGE as en. Or LANG to en, LC_* to de_DE |