From 8f53096cfa5ad0ee3a1fecb32ba605d38f15dcbf Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 16 Jan 2025 01:54:16 +0100 Subject: [PATCH] shellDBus: Allow GNOME portal to access Shell D-Bus API This will be necessary for a global shortcuts implementation. Part-of: --- js/ui/shellDBus.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/shellDBus.js b/js/ui/shellDBus.js index 3252b5a13..9f246becd 100644 --- a/js/ui/shellDBus.js +++ b/js/ui/shellDBus.js @@ -25,6 +25,7 @@ export class GnomeShell { this._senderChecker = new DBusSenderChecker([ 'org.gnome.Settings', 'org.gnome.SettingsDaemon.MediaKeys', + 'org.freedesktop.impl.portal.desktop.gnome', ]); this._extensionsService = new GnomeShellExtensions();