- disable a11y registry timeout so that we don't get the popup with the

livecd (#227214)
This commit is contained in:
Jeremy Katz 2007-02-23 19:16:10 +00:00
parent fa8564af50
commit 7b53b04075
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,16 @@
--- gnome-session-2.17.91/gnome-session/gsm-at-startup.c.timeout 2007-02-23 14:08:58.000000000 -0500
+++ gnome-session-2.17.91/gnome-session/gsm-at-startup.c 2007-02-23 14:09:12.000000000 -0500
@@ -88,11 +88,11 @@
gdk_window_set_events (w, GDK_PROPERTY_CHANGE_MASK);
gsm_assistive_tech_exec (command);
gdk_window_add_filter (w, gsm_assistive_filter_watch, &tid);
- tid = g_timeout_add (5e3, gsm_assistive_filter_timeout, NULL);
+// tid = g_timeout_add (5e3, gsm_assistive_filter_timeout, NULL);
gtk_main ();
- gdk_window_remove_filter (w, gsm_assistive_filter_watch, &tid);
+// gdk_window_remove_filter (w, gsm_assistive_filter_watch, &tid);
g_free (command);
}

View File

@ -12,7 +12,7 @@
Summary: GNOME session manager
Name: gnome-session
Version: 2.17.91
Release: 1%{?dist}
Release: 2%{?dist}
URL: http://www.gnome.org
Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-session/2.17/%{name}-%{version}.tar.bz2
Source1: redhat-default-session
@ -55,6 +55,9 @@ Patch9: gnome-session-2.13.4-no-crashes.patch
# need to figure something out here
Patch13: gnome-session-2.17.5-window-manager.patch
# don't pop up the dialog as it can take longer than 5 seconds
Patch20: gnome-session-2.17.91-atspi-timeout.patch
BuildRequires: esound-devel >= %{esound_version}
BuildRequires: /usr/bin/esd
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
@ -100,6 +103,7 @@ GNOME components and handles logout and saving the session.
%patch8 -p1 -b .shaped
%patch9 -p1 -b .no-crashes
%patch13 -p1 -b .window-manager
%patch20 -p1 -b .timeout
%build
@ -193,6 +197,10 @@ fi
%{_datadir}/icons/hicolor/scalable/apps/session-properties.svg
%changelog
* Fri Feb 23 2007 Jeremy Katz <katzj@redhat.com> - 2.17.91-2
- disable a11y registry timeout so that we don't get the popup with
the livecd (#227214)
* Tue Feb 13 2007 Matthisa Clasen <mclasen@redhat.com> - 2.17.91-1
- Update to 2.17.91