diff --git a/gnome-shell/firewall@subgraph.com/extension.js b/gnome-shell/firewall@subgraph.com/extension.js index f1222fc..fbde8d9 100644 --- a/gnome-shell/firewall@subgraph.com/extension.js +++ b/gnome-shell/firewall@subgraph.com/extension.js @@ -56,8 +56,8 @@ const FirewallPromptHandler = new Lang.Class({ _init: function() { this._dbusImpl = Gio.DBusExportedObject.wrapJSObject(FirewallPromptInterface, this); - this._dbusImpl.export(Gio.DBus.session, '/com/subgraph/FirewallPrompt'); - Gio.bus_own_name_on_connection(Gio.DBus.session, 'com.subgraph.FirewallPrompt', Gio.BusNameOwnerFlags.REPLACE, null, null); + this._dbusImpl.export(Gio.DBus.system, '/com/subgraph/FirewallPrompt'); + Gio.bus_own_name_on_connection(Gio.DBus.system, 'com.subgraph.FirewallPrompt', Gio.BusNameOwnerFlags.REPLACE, null, null); this._dialog = null; },