From cdb2af7b70900b297f1ca0d3193d833935111a65 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 22 Jan 2024 18:40:49 +0200 Subject: [PATCH] bash/usr-local-bin: add schildichat-tor --- bash/usr-local-bin/schildichat-tor | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bash/usr-local-bin/schildichat-tor diff --git a/bash/usr-local-bin/schildichat-tor b/bash/usr-local-bin/schildichat-tor new file mode 100755 index 0000000..aa0312f --- /dev/null +++ b/bash/usr-local-bin/schildichat-tor @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +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 $@ +set +x