From 138a334f31b970814aaf6613a9c199f3671dbd95 Mon Sep 17 00:00:00 2001 From: snek Date: Thu, 14 Jul 2022 21:44:56 -0700 Subject: [PATCH] manifest: add org.freedesktop.login1.Manager dbus endpoint Signed-off-by: liushuyu --- org.yuzu_emu.yuzu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index 7a8235b..7448aff 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -14,7 +14,8 @@ "--share=ipc", "--filesystem=xdg-run/app/com.discordapp.Discord:create", "--filesystem=home:ro", - "--filesystem=/run/media:ro" + "--filesystem=/run/media:ro", + "--talk-name=org.freedesktop.login1.Manager" ], "cleanup-commands": [ "/app/cleanup-BaseApp.sh"