From 43091f043a038750701407b49c62ab329e258815 Mon Sep 17 00:00:00 2001 From: Lorenz Hoffmann Date: Thu, 5 Feb 2026 23:48:46 +0100 Subject: [PATCH 1/2] Add D-Bus and kwalletd6 talk names to UnityHub Fix #176 *This is untested!* I edited the permissions using the gui in the system settings on my end, which worked. I assume this should work, but I didn't test it by building the flatpak and all that. --- com.unity.UnityHub.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.unity.UnityHub.yaml b/com.unity.UnityHub.yaml index 325c63e..64f53c3 100644 --- a/com.unity.UnityHub.yaml +++ b/com.unity.UnityHub.yaml @@ -21,6 +21,8 @@ finish-args: - --talk-name=org.freedesktop.secrets - --talk-name=org.gnome.Software - --talk-name=org.kde.StatusNotifierWatcher + - --talk-name=org.freedesktop.DBus + - --talk-name=org.kde.kwalletd6 # Delays sleep with reason “Application cleanup before suspend”. # Ideally it would use the inhibit portal, but here we are. - --system-talk-name=org.freedesktop.login1 From 298e3d1af5bdacc9ea38ed4ebd5e5c0f961375d0 Mon Sep 17 00:00:00 2001 From: Lorenz Hoffmann Date: Thu, 5 Feb 2026 23:52:53 +0100 Subject: [PATCH 2/2] Remove dbus access to org.freedesktop.DBus --- com.unity.UnityHub.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/com.unity.UnityHub.yaml b/com.unity.UnityHub.yaml index 64f53c3..ac7e0ec 100644 --- a/com.unity.UnityHub.yaml +++ b/com.unity.UnityHub.yaml @@ -21,7 +21,6 @@ finish-args: - --talk-name=org.freedesktop.secrets - --talk-name=org.gnome.Software - --talk-name=org.kde.StatusNotifierWatcher - - --talk-name=org.freedesktop.DBus - --talk-name=org.kde.kwalletd6 # Delays sleep with reason “Application cleanup before suspend”. # Ideally it would use the inhibit portal, but here we are.