diff --git a/org.DolphinEmu.dolphin-emu.json b/org.DolphinEmu.dolphin-emu.json index 2f76502..be52f03 100644 --- a/org.DolphinEmu.dolphin-emu.json +++ b/org.DolphinEmu.dolphin-emu.json @@ -15,7 +15,8 @@ "--socket=x11", "--share=network", "--share=ipc", - "--filesystem=xdg-run/app/com.discordapp.Discord:create" + "--filesystem=xdg-run/app/com.discordapp.Discord:create", + "--talk-name=org.freedesktop.ScreenSaver" ], "modules": [ { @@ -39,6 +40,17 @@ } ] }, + { + "name": "xdg-screensaver-shim", + "buildsystem": "meson", + "sources": [ + { + "type": "archive", + "url": "https://github.com/Unrud/xdg-screensaver-shim/archive/0.0.1.tar.gz", + "sha256": "d010e9a882bb48db54fe283d5a56fbac45d445270089c66af0c56a2211e18578" + } + ] + }, { "name": "dolphin-emu", "buildsystem": "cmake-ninja",