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:
parent
e53f69f9d3
commit
8f53096cfa
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user