Created attachment 104126 [details] Screenshot Formats module asks the user to relogin after pressing the Apply button.
That is intended behavior, but thanks for the report.
(In reply to Sebastian Kügler from comment #1) > That is intended behavior, but thanks for the report. Do you mean you agree with storing locale information in immutable LC_* environment variables?
I wrote the code, so yes.
(In reply to Sebastian Kügler from comment #3) > I wrote the code, so yes. Just because some decades ago somebody temporarily solved a problem at hand by storing locale information in environment variables doesn't necessarily imply that it is the right thing to do from a long-term perspective. I can change the behavior of the getenv() function to anything I like on my machines - the standard immutability of LC_* variables is an issue I can overcome if necessary.