mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-19 09:47:28 -05:00
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
This commit is contained in:
@@ -14,6 +14,7 @@ finish-args:
|
|||||||
# required for the emulated bluetooth adapter feature to work.
|
# required for the emulated bluetooth adapter feature to work.
|
||||||
- --allow=bluetooth
|
- --allow=bluetooth
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
|
- --filesystem=xdg-run/discord-ipc-0:create
|
||||||
# required to disable the screensaver in various desktops
|
# required to disable the screensaver in various desktops
|
||||||
- --talk-name=org.freedesktop.ScreenSaver
|
- --talk-name=org.freedesktop.ScreenSaver
|
||||||
- --talk-name=org.xfce.ScreenSaver
|
- --talk-name=org.xfce.ScreenSaver
|
||||||
|
|||||||
Reference in New Issue
Block a user