[gnome-session/wip/benzea/systemd-user-switch] !fixup main: Enable systemd usage



commit 1d790999abed46b7623c95e1d30618f69eb6b0a7
Author: Benjamin Berg <bberg redhat com>
Date:   Wed Apr 24 14:51:13 2019 +0200

    !fixup main: Enable systemd usage

 gnome-session/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-session/main.c b/gnome-session/main.c
index ade6833c..cc271bf8 100644
--- a/gnome-session/main.c
+++ b/gnome-session/main.c
@@ -365,7 +365,7 @@ main (int argc, char **argv)
         guint             name_owner_id;
         GOptionContext   *options;
         static GOptionEntry entries[] = {
-                { "systemd", 0, 0, G_OPTION_ARG_NONE, &systemd, N_(""), NULL },
+                { "systemd", 0, 0, G_OPTION_ARG_NONE, &systemd, N_("Running as systemd service"), NULL },
                 { "autostart", 'a', 0, G_OPTION_ARG_STRING_ARRAY, &override_autostart_dirs, N_("Override 
standard autostart directories"), N_("AUTOSTART_DIR") },
                 { "session", 0, 0, G_OPTION_ARG_STRING, &opt_session_name, N_("Session to use"), 
N_("SESSION_NAME") },
                 { "debug", 0, 0, G_OPTION_ARG_NONE, &debug, N_("Enable debugging code"), NULL },


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