import gdm-40.0-23.el8_6.1

This commit is contained in:
CentOS Sources 2022-06-28 06:59:30 -04:00 committed by Stepan Oksanichenko
parent 966e9b2253
commit 7a9ed1b537
2 changed files with 7 additions and 2 deletions

View File

@ -980,7 +980,7 @@ index 8a4ef06c..eba38671 100644
+ display = gdm_local_display_new (); + display = gdm_local_display_new ();
+ g_object_set (G_OBJECT (display), + g_object_set (G_OBJECT (display),
+ "session-type", session_types[0], + "session-type", session_types[0],
+ "supported-session-tyes", session_types, + "supported-session-types", session_types,
+ NULL); + NULL);
+ is_initial = TRUE; + is_initial = TRUE;
} }

View File

@ -12,7 +12,7 @@
Name: gdm Name: gdm
Epoch: 1 Epoch: 1
Version: 40.0 Version: 40.0
Release: 23%{?dist} Release: 23%{?dist}.1
Summary: The GNOME Display Manager Summary: The GNOME Display Manager
License: GPLv2+ License: GPLv2+
@ -375,6 +375,11 @@ fi
%{_libdir}/pkgconfig/gdm-pam-extensions.pc %{_libdir}/pkgconfig/gdm-pam-extensions.pc
%changelog %changelog
* Mon May 16 2022 Ray Strode <rstrode@redhat.com> - 40.0-23.1
- Fix typo that prevents the correct session type from being
used when user switching.
Resolves: #2085391
* Thu Jan 27 2022 Ray Strode <rstrode@redhat.com> - 40.0-23 * Thu Jan 27 2022 Ray Strode <rstrode@redhat.com> - 40.0-23
- Fix crash when neither Xorg nor wayland is working great - Fix crash when neither Xorg nor wayland is working great
Resolves: #2032180 Resolves: #2032180