ivan-hc / Steam-appimage

Unofficial Steam AppImage built on top of "Conty" (Arch Linux).
GNU General Public License v3.0
35 stars 4 forks source link

Warning about locales #20

Closed vitaly-zdanevich closed 2 months ago

vitaly-zdanevich commented 2 months ago

image

On running Rexaura game. It works, just warning.

ivan-hc commented 2 months ago

is this happening with other games too?

the AppImage mounts /usr/local/lib by default, so Steam uses your system locale

vitaly-zdanevich commented 2 months ago

is this happening with other games too?

Only with Rexaura game.

vitaly-zdanevich commented 2 months ago

I believe that my locale is default for Gentoo Linux.

ivan-hc commented 2 months ago

have you tried to see if this is a known issue?

vitaly-zdanevich commented 2 months ago

Currently on my computer:

$ cat /etc/locale.gen 

C.UTF8 UTF-8

Is it a bad value?

vitaly-zdanevich commented 2 months ago

have you tried to see if this is a known issue?

No, where? On Steam issue tracker?

ivan-hc commented 2 months ago

Currently on my computer:

$ cat /etc/locale.gen 

C.UTF8 UTF-8

Is it a bad value?

no, it is ok

have you tried to see if this is a known issue?

No, where? On Steam issue tracker?

maybe, or also on other forums

if you face this issue with one game over a lot of others, so the issue should be the game

vitaly-zdanevich commented 2 months ago

Solved by adding en_US.UTF-8 UTF-8 to /etc/locale.gen and running locale-gen.

According to https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Base#Configure_locales

ivan-hc commented 2 months ago

good to know, thanks