summaryrefslogtreecommitdiff
path: root/daemon/gdm-local-display.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-02-18 14:52:50 -0500
committerRay Strode <rstrode@redhat.com>2015-02-18 17:34:16 -0500
commitcafb4c402e41d4adc3124e443d98c10e98924aa2 (patch)
treea87f46fce548673341124f0db58f84c6f63db2c9 /daemon/gdm-local-display.c
parentc2769f06b55545a7a7c6217eb41ee403ef016b97 (diff)
downloadgdm-cafb4c402e41d4adc3124e443d98c10e98924aa2.tar.gz
launch-environment: add session-type property
The session-type property is analagous to the sd_login session type. It can be either "x11" or "wayland". This helps us decide whether to start a wayland session or an X session. https://bugzilla.gnome.org/show_bug.cgi?id=744764
Diffstat (limited to 'daemon/gdm-local-display.c')
-rw-r--r--daemon/gdm-local-display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gdm-local-display.c b/daemon/gdm-local-display.c
index a9762a7a..50a3719d 100644
--- a/daemon/gdm-local-display.c
+++ b/daemon/gdm-local-display.c
@@ -110,6 +110,7 @@ gdm_local_display_prepare (GdmDisplay *display)
launch_environment = gdm_create_greeter_launch_environment (NULL,
seat_id,
NULL,
+ NULL,
TRUE);
} else {
launch_environment = gdm_create_initial_setup_launch_environment (NULL,