From 21a9c5b7d996397e25bb05773e839de487c87263 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 15 Jul 2021 21:51:22 -0300 Subject: [PATCH] flatpak: Remove D-Bus permissions to talk to session managers They were used to implement session inhibition, but with the new portal-based implementation in place, they aren't necessary anymore. --- CI/flatpak/com.obsproject.Studio.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index 4806ab2af..58c0930ef 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -15,11 +15,7 @@ "--filesystem=host", "--talk-name=org.kde.StatusNotifierWatcher", "--talk-name=org.freedesktop.Flatpak", - "--talk-name=org.freedesktop.ScreenSaver", - "--talk-name=org.freedesktop.PowerManagement.Inhibit", "--talk-name=org.freedesktop.Notifications", - "--talk-name=org.mate.SessionManager", - "--talk-name=org.gnome.SessionManager", "--own-name=org.kde.StatusNotifierItem-2-2", "--system-talk-name=org.freedesktop.Avahi" ],