From bd3c4da06918cf99861851f043dfc1cc47d65a6b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 2 Mar 2024 09:07:20 +0200 Subject: [PATCH] nheko-tor: add missing --env= and use LC_ALL as this is a rare case where that may be fine --- bash/usr-local-bin/nheko-tor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/usr-local-bin/nheko-tor b/bash/usr-local-bin/nheko-tor index 37f098d..68a120e 100755 --- a/bash/usr-local-bin/nheko-tor +++ b/bash/usr-local-bin/nheko-tor @@ -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