flatpak-workarounds.bash: try to allow Discord

This commit is contained in:
Aminda Suomalainen 2025-12-05 00:11:14 +02:00
parent 1f90adc5ab
commit 8e59512706
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -40,6 +40,9 @@ flatpak override --filesystem=xdg-config/MangoHud:ro $@
# and of course we are Steam Deck everywhere, no question about it! # and of course we are Steam Deck everywhere, no question about it!
flatpak override --env=SteamDeck=1 $@ 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. # LaTeX templates allowed before they become an issue.
flatpak override --filesystem=~/texmf/tex/latex/local $@ flatpak override --filesystem=~/texmf/tex/latex/local $@