Aminda Suomalainen 6766f3f40e
Revert "bash/usr-local-bin: make {element,codium} aware of Wayland"
This reverts commit 15aea07101edf54e7ff4532de2046f087eeb9dbc.
2022-04-15 11:58:46 +03:00

13 lines
429 B
Bash
Executable File

#!/usr/bin/env bash
# Torifying Element
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 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