From 7b53b0407504d71d0db55d58566900daadd1700b Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 23 Feb 2007 19:16:10 +0000 Subject: [PATCH] - disable a11y registry timeout so that we don't get the popup with the livecd (#227214) --- gnome-session-2.17.91-atspi-timeout.patch | 16 ++++++++++++++++ gnome-session.spec | 10 +++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 gnome-session-2.17.91-atspi-timeout.patch diff --git a/gnome-session-2.17.91-atspi-timeout.patch b/gnome-session-2.17.91-atspi-timeout.patch new file mode 100644 index 0000000..7d4a5a3 --- /dev/null +++ b/gnome-session-2.17.91-atspi-timeout.patch @@ -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); + } diff --git a/gnome-session.spec b/gnome-session.spec index b6ed01f..29ceaa9 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -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 - 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 - 2.17.91-1 - Update to 2.17.91