From d2c1dbe286a4bff7862834315c82f1d12bdf8a91 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 17 Feb 2024 19:18:42 +0200 Subject: [PATCH] *-tor: specify TZ=UTC --- bash/usr-local-bin/element-tor | 2 +- bash/usr-local-bin/nheko-tor | 2 +- bash/usr-local-bin/schildichat-tor | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bash/usr-local-bin/element-tor b/bash/usr-local-bin/element-tor index 375c1f4..7c4c638 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 im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@ +flatpak run --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/nheko-tor b/bash/usr-local-bin/nheko-tor index ca41e0c..6eb1814 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 --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@ +flatpak run --env=TZ=UTC --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@ set +x diff --git a/bash/usr-local-bin/schildichat-tor b/bash/usr-local-bin/schildichat-tor index aa0312f..93c6734 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 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=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