flatpak-workarounds.bash: add Proton Discord RPC bridge

This commit is contained in:
Aminda Suomalainen 2026-06-24 13:51:42 +03:00
parent cc24f31011
commit e15882446b
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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 $@