From 6fe4e7f84e1f6fc7bee2d484b299ad383bd178bc Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 21 Jun 2025 07:31:47 +0300 Subject: [PATCH] flatpak-workarounds.bash: add proton wayland and hdr support --- bash/flatpak-workarounds.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 20a60c4..f0f9cbd 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -59,6 +59,8 @@ flatpak override --socket=wayland $@ flatpak override --socket=fallback-x11 $@ flatpak override --nosocket=x11 $@ flatpak override --env=ELECTRON_OZONE_PLATFORM_HINT=auto $@ +flatpak override --env=PROTON_ENABLE_WAYLAND=1 $@ +flatpak override --env=PROTON_ENABLE_HDR=1 $@ # SECURITY! However without these permissions there is crashing outside # of tmux when attempting to ssh (using gpg authentication subkey) or