From 459d172db3a13baed5617300455675fac492361e Mon Sep 17 00:00:00 2001 From: Joan Torres Lopez Date: Thu, 28 May 2026 15:45:11 +0200 Subject: [PATCH] Fix last change when setting xsession program Related: https://redhat.atlassian.net/browse/RHEL-178686 --- 0002-gdm-x-session-run-session-bus-on-non-seat0-seats.patch | 3 +-- gdm.spec | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/0002-gdm-x-session-run-session-bus-on-non-seat0-seats.patch b/0002-gdm-x-session-run-session-bus-on-non-seat0-seats.patch index d2235d4..23a1cba 100644 --- a/0002-gdm-x-session-run-session-bus-on-non-seat0-seats.patch +++ b/0002-gdm-x-session-run-session-bus-on-non-seat0-seats.patch @@ -35,7 +35,7 @@ index 71c0633..3834d40 100644 if (self->selected_program == NULL) { gboolean run_xsession_script; -@@ -3118,7 +3123,12 @@ gdm_session_start_session (GdmSession *self, +@@ -3118,7 +3123,11 @@ gdm_session_start_session (GdmSession *self, command); } } else if (run_xsession_script) { @@ -45,7 +45,6 @@ index 71c0633..3834d40 100644 + } else { + program = g_strdup_printf (GDMCONFDIR "/Xsession \"%s\"", command); + } -+ program = g_strdup_printf (GDMCONFDIR "/Xsession \"%s\"", command); } else { program = g_strdup (command); } diff --git a/gdm.spec b/gdm.spec index 2ce1a45..a2c459c 100644 --- a/gdm.spec +++ b/gdm.spec @@ -11,7 +11,7 @@ Name: gdm Epoch: 1 Version: 40.1 -Release: 45%{?dist} +Release: 46%{?dist} Summary: The GNOME Display Manager License: GPLv2+ @@ -391,6 +391,10 @@ dconf update || : %{_libdir}/pkgconfig/gdm-pam-extensions.pc %changelog +* Thu May 28 2026 Joan Torres Lopez - 40.1-46 +- Fix last change when setting xsession program + Related: https://redhat.atlassian.net/browse/RHEL-178686 + * Mon May 25 2026 Joan Torres Lopez - 40.1-45 - Update how GDM handles Registering session/display to properly terminate plymouth