Fix last change when setting xsession program

Related: https://redhat.atlassian.net/browse/RHEL-178686
This commit is contained in:
Joan Torres Lopez 2026-05-28 15:45:11 +02:00
parent 3109b08f71
commit 459d172db3
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View File

@ -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);
}

View File

@ -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 <joantolo@redhat.com> - 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 <joantolo@redhat.com> - 40.1-45
- Update how GDM handles Registering session/display
to properly terminate plymouth