Listen on D-Bus system bus as well as session bus
[browser-switch] / browser-switchboard.h
index 726a553..3f1cfdd 100644 (file)
@@ -29,6 +29,8 @@ struct swb_context {
        char *other_browser_cmd;
        DBusGConnection *session_bus;
        DBusGProxy *dbus_proxy;
+       DBusGConnection *system_bus;
+       DBusGProxy *dbus_system_proxy;
 };
 
 #endif /* _BROWSER_SWITCHBOARD_H */