summaryrefslogtreecommitdiff
path: root/components/services/inventory/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/services/inventory/main.c')
-rw-r--r--components/services/inventory/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/services/inventory/main.c b/components/services/inventory/main.c
index 01c2d2b64..83cad29d6 100644
--- a/components/services/inventory/main.c
+++ b/components/services/inventory/main.c
@@ -113,6 +113,9 @@ main (int argc,
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
textdomain (PACKAGE);
#endif
+
+ /* Disable session manager connection */
+ gnome_client_disable_master_connection ();
if (!trilobite_init ("trilobite-inventory-service", "0.1", "/tmp/eazel-inventory.log", NULL, argc, argv)) {
g_error ("Could not initialize trilobite. :(");