steam-runtime
steam-runtime copied to clipboard
[Solved] Launch issue with non-English locale on Antergos (Arch) Linux
Problem: After launching Steam, the Terms popup showed and after clicking OK nothing happened. After trying launching "steam" in terminal, I got these errors.
- Freshly installed Antergos Linux (based on Arch)
- non-English system locale (my locale is in
cs_CZ)
Solution: Antergos community suggested launching via:
LANG=en_US.UTF-8 steam
which launched Steam successfully.