diff --git a/gdm-2.25.2-multistack-but-boring.patch b/gdm-2.25.2-multistack-but-boring.patch index 1f36583..e014463 100644 --- a/gdm-2.25.2-multistack-but-boring.patch +++ b/gdm-2.25.2-multistack-but-boring.patch @@ -3455,7 +3455,7 @@ diff -up gdm-2.25.2/daemon/gdm-session-direct.c.multistack-but-boring gdm-2.25.2 + conversation = (GdmSessionConversation *) value; + + send_dbus_string_signal (conversation, "SetLayoutName", -+ get_language_name (impl)); ++ get_layout_name (impl)); + } } diff --git a/gdm.spec b/gdm.spec index 8088d87..cc2a9e9 100644 --- a/gdm.spec +++ b/gdm.spec @@ -15,7 +15,7 @@ Summary: The GNOME Display Manager Name: gdm Version: 2.26.0 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 License: GPLv2+ Group: User Interface/X @@ -350,6 +350,9 @@ fi %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml %changelog +* Fri Mar 20 2009 Ray Strode - 1:2.26.0-6 +- Fix problem in keyboard layout selector (483195) + * Thu Mar 19 2009 Ray Strode - 1:2.26.0-5 - Use gethostname() _properly_ instead of g_get_host_name() when writing out xauth files, because the hostname may change out from