From 4e9e82db8eab21fe044702e4a142a6859ffd678e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 2 Mar 2024 09:07:55 +0200 Subject: [PATCH] {element,schildichat}-tor: set LC_ALL=en_US.utf8 --- bash/usr-local-bin/element-tor | 2 +- bash/usr-local-bin/schildichat-tor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/usr-local-bin/element-tor b/bash/usr-local-bin/element-tor index 7c4c638..2c10386 100755 --- a/bash/usr-local-bin/element-tor +++ b/bash/usr-local-bin/element-tor @@ -3,5 +3,5 @@ set -x # proxy authentication is not supported # https://github.com/vector-im/element-web/issues/3320 -flatpak run --env=TZ=UTC im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@ +flatpak run --env=LC_ALL=en_US.utf8 --env=TZ=UTC im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@ set +x diff --git a/bash/usr-local-bin/schildichat-tor b/bash/usr-local-bin/schildichat-tor index 93c6734..eb317c8 100755 --- a/bash/usr-local-bin/schildichat-tor +++ b/bash/usr-local-bin/schildichat-tor @@ -3,5 +3,5 @@ set -x # proxy authentication is not supported # https://github.com/vector-im/element-web/issues/3320 -flatpak run --env=TZ=UTC chat.schildi.desktop --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@ +flatpak run --env=LC_ALL=en_US.utf8 --env=TZ=UTC chat.schildi.desktop --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@ set +x