From 8e595127065a23718f0b25d1f0fc2aa5ed81f4dd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 5 Dec 2025 00:11:14 +0200 Subject: [PATCH] flatpak-workarounds.bash: try to allow Discord --- bash/flatpak-workarounds.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 7c9444c..6a3cd73 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -40,6 +40,9 @@ flatpak override --filesystem=xdg-config/MangoHud:ro $@ # and of course we are Steam Deck everywhere, no question about it! flatpak override --env=SteamDeck=1 $@ +# SECURITY WARNING! Discord socket +flatpak override --filesystem=xdg-run/app/com.discordapp.Discord:create --filesystem=xdg-run/app/snap.discord:rw $@ + # LaTeX templates allowed before they become an issue. flatpak override --filesystem=~/texmf/tex/latex/local $@