Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the locale for the steam container #71

Open
Sparticuz opened this issue Aug 25, 2022 · 2 comments
Open

Set the locale for the steam container #71

Sparticuz opened this issue Aug 25, 2022 · 2 comments

Comments

@Sparticuz
Copy link
Contributor

Sparticuz commented Aug 25, 2022

gow-steam-1 | WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.

image

@zb140
Copy link
Contributor

zb140 commented Sep 4, 2022

Looks like we need to install the locales package and run locale-gen en_US.UTF-8 as part of the build process.

@zb140
Copy link
Contributor

zb140 commented Feb 5, 2023

It really seems like this should be easy to fix, but for some reason, it isn't. I can fix it with the steps I mentioned above in a container that already exists, but when I try to add those steps to the container build, it doesn't seem to consistently fix the problem. So, this bug is still open. But I haven't given up yet 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants