nheko-tor: add missing --env= and use LC_ALL as this is a rare case where that may be fine

This commit is contained in:
Aminda Suomalainen 2024-03-02 09:07:20 +02:00
parent 4ccd9e4806
commit bd3c4da069
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
# TODO: Handle --help & --version flags
set -x
flatpak run LANGUAGE=en --env=TZ=UTC --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@
flatpak run --env=LC_ALL=en_US.utf8 --env=TZ=UTC --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@
set +x