*-tor: specify TZ=UTC

This commit is contained in:
Aminda Suomalainen 2024-02-17 19:18:42 +02:00
parent f336fef5a4
commit d2c1dbe286
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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