From 4fbda842fd62b697299386bfe9eead482c6aded3 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 15 Apr 2022 14:36:14 +0300 Subject: [PATCH] bash/usr-local-bin/element: workaround my Electron curse --- bash/usr-local-bin/element | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/usr-local-bin/element b/bash/usr-local-bin/element index ac60097..2407256 100755 --- a/bash/usr-local-bin/element +++ b/bash/usr-local-bin/element @@ -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