From 6184c8a9a113abc963452dd3fdc91d1597385f56 Mon Sep 17 00:00:00 2001 From: msizanoen1 Date: Mon, 7 Mar 2022 12:03:15 +0700 Subject: daemon: Allow Wayland sessions on non-primary seats --- daemon/gdm-session.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'daemon/gdm-session.c') diff --git a/daemon/gdm-session.c b/daemon/gdm-session.c index 0b438651..ebb9213d 100644 --- a/daemon/gdm-session.c +++ b/daemon/gdm-session.c @@ -3363,11 +3363,8 @@ gdm_session_get_display_mode (GdmSession *self) self->is_program_session? "yes" : "no", self->display_seat_id); - /* Non-seat0 sessions share their X server with their login screen - * for now. - */ if (g_strcmp0 (self->display_seat_id, "seat0") != 0) { - return GDM_SESSION_DISPLAY_MODE_REUSE_VT; + return GDM_SESSION_DISPLAY_MODE_LOGIND_MANAGED; } #ifdef ENABLE_USER_DISPLAY_SERVER -- cgit v1.2.1