mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 03:02:53 +01:00
bash/usr-local-bin/element: workaround my Electron curse
This commit is contained in:
parent
6766f3f40e
commit
4fbda842fd
@ -8,5 +8,6 @@ set -x
|
||||
#/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 $@
|
||||
# Also workaround my electron curse
|
||||
flatpak run im.riot.Riot --disable-gpu --proxy-server=socks5://127.0.0.1:9050 $@
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user