-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
[Deck] Tofu Issue with CJK Languages in Steam #153
Comments
Thank you! |
Located the fix for the tofus on Steam update screen ("Steam Bootstrapper") as well - I believe Valve has hardcoded the path to the font files. Game Mode is CEF-based so doesn't have such issue (and actually uses the correct region-specific glpyh). $ strings $HOME/.local/share/Steam/ubuntu12_32/steam Search for In addition to NotoSansCJK-Medium.ttc
NotoSansCJK-Light.ttc
NotoSansCJK-Regular.ttc # <- looking for this one first under either of the following path: /usr/share/fonts/noto-cjk # <- path used in Arch Linux (including SteamOS 3.x)
/usr/share/fonts/opentype/noto # <- path used in Debian-based distros Working PoC: $ sudo ostree admin unlock
$ sudo ln -s /usr/share/fonts/google-noto-sans-cjk-fonts /usr/share/fonts/noto-cjk |
@KyleGospo
Fixed by |
Only affects Steam, in both Game Mode and Desktop Mode.
More info: ValveSoftware/steam-for-linux#9418
Workaround (for some reason it does not work for
Korean and alsothe update screen before entering Game Mode):The text was updated successfully, but these errors were encountered: