diff --git a/bash/usr-local-bin/element b/bash/usr-local-bin/element index 66331cb..ac60097 100755 --- a/bash/usr-local-bin/element +++ b/bash/usr-local-bin/element @@ -5,6 +5,8 @@ set -x # proxy authentication is not supported # https://github.com/vector-im/element-web/issues/3320 -/usr/bin/element --proxy-server=socks5://127.0.0.1:9050 $@ -#flatpak run im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 $@ +#/usr/bin/element --proxy-server=socks5://127.0.0.1:9050 $@ +# Flatpak is preferred for Element not having official Fedora repositories +# and at the time of writing being unmaintained in upstream suggested repo. +flatpak run im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 $@ set +x