[nautilus] application: add dummy --no-desktop cmd option



commit 7a038b45ac890e28d609696cb8fdc5b9a3a4b3a6
Author: Carlos Soriano <csoriano gnome org>
Date:   Mon Sep 12 14:23:18 2016 +0200

    application: add dummy --no-desktop cmd option
    
    Since there are few apps that are using it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771051

 src/nautilus-application.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index be92846..6380b63 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -883,6 +883,8 @@ const GOptionEntry options[] =
     /* dummy, only for compatibility reasons */
     { "browser", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, NULL,
       NULL, NULL },
+    { "no-desktop", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, NULL,
+      NULL, NULL },
     /* ditto */
     { "geometry", 'g', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, NULL,
       N_("Create the initial window with the given geometry."), N_("GEOMETRY") },


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