scripts/bash/usr-local-bin/schildichat-tor

8 lines
317 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -x
# proxy authentication is not supported
# https://github.com/vector-im/element-web/issues/3320
2024-02-17 18:18:42 +01:00
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