- Another crack at 240853

This commit is contained in:
Ray Strode 2007-09-28 17:19:01 +00:00
parent 392cf651f8
commit af4b91af62
2 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,25 @@
diff -up gdm-2.20.0/gui/gdmlogin.c.fix-savedie gdm-2.20.0/gui/gdmlogin.c
--- gdm-2.20.0/gui/gdmlogin.c.fix-savedie 2007-09-28 13:16:05.000000000 -0400
+++ gdm-2.20.0/gui/gdmlogin.c 2007-09-28 13:16:09.000000000 -0400
@@ -1796,6 +1796,9 @@ process_operation (guchar op_code,
gdm_kill_thingies ();
gdk_flush ();
+ printf ("%c\n", STX);
+ fflush (stdout);
+
_exit (EXIT_SUCCESS);
case GDM_QUERY_CAPSLOCK:
diff -up gdm-2.20.0/gui/greeter/greeter.c.fix-savedie gdm-2.20.0/gui/greeter/greeter.c
--- gdm-2.20.0/gui/greeter/greeter.c.fix-savedie 2007-09-28 13:15:48.000000000 -0400
+++ gdm-2.20.0/gui/greeter/greeter.c 2007-09-28 13:15:53.000000000 -0400
@@ -574,6 +574,8 @@ process_operation (guchar op_code,
gdm_wm_save_wm_order ();
gdk_flush ();
+ printf ("%c\n", STX);
+ fflush (stdout);
_exit (EXIT_SUCCESS);

View File

@ -16,7 +16,7 @@
Summary: The GNOME Display Manager
Name: gdm
Version: 2.20.0
Release: 7%{?dist}
Release: 8%{?dist}
Epoch: 1
License: GPLv2+
Group: User Interface/X
@ -58,6 +58,9 @@ Patch37: gdm-2.19.8-selinux.patch
# fixed in upstream svn
Patch38: hang.patch
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240853
Patch39: gdm-2.20.0-fix-savedie.patch
Patch100: gdm-2.20.0-change-defaults.patch
Patch101: stupid-bullets.patch
@ -144,6 +147,7 @@ Extra icons / faces for the GNOME Display Manager.
%patch35 -p1 -b .gdmsetup-path
%patch37 -p1 -b .selinux
%patch38 -p1 -b .hang
%patch39 -p1 -b .fix-savedie
%patch100 -p1 -b .change-defaults
%patch101 -p1 -b .stupid-bullets
@ -357,6 +361,9 @@ fi
%{_datadir}/pixmaps/faces/extras/*.jpg
%changelog
* Fri Sep 28 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.0-8
- Another crack at 240853
* Fri Sep 28 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.0-7
- Fix the stupid bullets again