shellDBus: Allow GNOME portal to access Shell D-Bus API

This will be necessary for a global shortcuts implementation.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3598>
This commit is contained in:
Carlos Garnacho 2025-01-16 01:54:16 +01:00 committed by Marge Bot
parent e53f69f9d3
commit 8f53096cfa

View File

@ -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();