Steam-Headless / docker-steam-headless

A Headless Steam Docker image supporting NVIDIA GPU and accessible via Web UI
GNU General Public License v2.0
730 stars 79 forks source link

[Bug]: Wrong language after restart #125

Open libook opened 5 months ago

libook commented 5 months ago

Describe the Bug

On the first start, the language is what I set. After I restart the container, the language change back to English.

It seems that LANG and LANGUAGE didn't work for Xfce; LC_ALL did.

So I have tried to remove the if condition in 40-setup_locale.sh, to let it process locale all the time. The language didn't change to English again.

Steps to Reproduce

  1. Create the container.
  2. Check the language.
  3. Restart container.
  4. Check the language again.

Expected Behavior

No response

Screenshots

No response

Relevant Settings

No response

Version

My build based on 6cc9f56155f3c7f9fc6bc9c22ef2cbf555029c00

Platform

Relevant log output

No response