[nautilus] main: don't set G_APPLICATION_IS_SERVICE



commit 5ff20ab16f52b0f076f5416142af470898e37747
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Dec 7 13:00:10 2012 -0500

    main: don't set G_APPLICATION_IS_SERVICE
    
    This is not actually necessary for the inactivity timeout to work, and
    breaks command line activation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689854

 src/nautilus-main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-main.c b/src/nautilus-main.c
index 8528009..f705ad0 100644
--- a/src/nautilus-main.c
+++ b/src/nautilus-main.c
@@ -96,7 +96,7 @@ main (int argc, char *argv[])
 	/* Run the nautilus application. */
 	application = g_object_new (NAUTILUS_TYPE_APPLICATION,
 				    "application-id", "org.gnome.Nautilus",
-				    "flags", G_APPLICATION_HANDLES_OPEN | G_APPLICATION_IS_SERVICE,
+				    "flags", G_APPLICATION_HANDLES_OPEN,
 				    "inactivity-timeout", 12000,
 				    NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]