From 9f66cc5c8a24697db27a81b71f76b336866d8e35 Mon Sep 17 00:00:00 2001 From: da pwo <111203195+da-pwo@users.noreply.github.com> Date: Sat, 15 Nov 2025 10:30:30 -0500 Subject: [PATCH] Flatpak: Allow access to native discord IPC socket for rich presence this line: - --filesystem=xdg-run/app/com.discordapp.Discord:create specifically targets the flatpak version of discord, so anyone using the native package wouldnt get rich presence --- Flatpak/org.DolphinEmu.dolphin-emu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Flatpak/org.DolphinEmu.dolphin-emu.yml b/Flatpak/org.DolphinEmu.dolphin-emu.yml index 1bbee5dd53e..0bece4769ba 100644 --- a/Flatpak/org.DolphinEmu.dolphin-emu.yml +++ b/Flatpak/org.DolphinEmu.dolphin-emu.yml @@ -14,6 +14,7 @@ finish-args: # required for the emulated bluetooth adapter feature to work. - --allow=bluetooth - --filesystem=xdg-run/app/com.discordapp.Discord:create + - --filesystem=xdg-run/discord-ipc-0:create # required to disable the screensaver in various desktops - --talk-name=org.freedesktop.ScreenSaver - --talk-name=org.xfce.ScreenSaver