hello, this is a new issue but related to this topic which is gaming
Steam takes a very long time to run games and when opening it on the terminal, turns out it takes long because of locale issue, I can a few commands:
locale
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=en_GB.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=fr_TN.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_ADDRESS=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
LC_MEASUREMENT=fr_FR.UTF-8
LC_IDENTIFICATION=en_GB.UTF-8
LC_ALL=
sudo locale-gen
[sudo] password for bargo:
Generating locales...
en_GB.UTF-8...
done
en_US.UTF-8... done
fr_FR.UTF-8... done
en_GB.UTF-8... done
en_US.UTF-8... done
Generation complete.
locale -a
C
C.utf8
en_GB.utf8
en_US.utf8
fr_FR.utf8
POSIX
can you assist please?