From e15882446b9d0f4b949f40dba8fc671fd642cd21 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 24 Jun 2026 13:51:42 +0300 Subject: [PATCH] flatpak-workarounds.bash: add Proton Discord RPC bridge --- bash/flatpak-workarounds.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 1372995..56fd419 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -42,6 +42,8 @@ flatpak override --env=SteamDeck=1 $@ # Enable WINE/Proton NT sync if the kernel ntsync module is loaded # (/dev/ntsync) flatpak override --env=WINENTSYNC=1 $@ +# Enable Proton Discord RPC support +flatpak override --env=PROTON_DISCORD_BRIDGE=1 $@ # SECURITY WARNING! Discord socket flatpak override --filesystem=xdg-run/app/com.discordapp.Discord:create --filesystem=xdg-run/snap.discord:rw --filesystem=xdg-run/discord-ipc-0:rw $@