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