Skip to content

馃崚馃崚 Handle previously ignored LC_* values

Nate Graham requested to merge work/cherry-pick-a29530af-2 into Plasma/5.27

Previously, LC_ADDRESS, LC_PAPER, LC_TELEPHONE and LC_MONETARY could be changed through system settings (see also c7c2a3a8), but plasma never actually changed the corresponding environment variables.

To guard against this kind of bug in the future, this commit makes plasma put all LC_* values (even those not currently supported by system settings) from plasma-localerc into the environment.

BUG: 480379 FIXED-IN: 5.27.11

(cherry picked from commit a29530af)

Merge request reports