No fatal criticals

This commit is contained in:
Matthias Clasen 2006-01-16 15:03:29 +00:00
parent 35a2936ded
commit 2dc54d9dd3
2 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,18 @@
--- gnome-session-2.13.4/gnome-session/main.c.no-crashes 2006-01-16 09:59:23.000000000 -0500
+++ gnome-session-2.13.4/gnome-session/main.c 2006-01-16 09:59:41.000000000 -0500
@@ -344,6 +344,7 @@
if (getenv ("GSM_VERBOSE_DEBUG"))
gsm_set_verbose (TRUE);
+#if 0
/* Help eradicate the critical warnings in unstable releases of GNOME */
versions = g_strsplit (VERSION, ".", 3);
if (versions && versions [0] && versions [1])
@@ -357,6 +358,7 @@
}
}
g_strfreev (versions);
+#endif
set_lang();
set_gtk1_theme_rcfile ();

View File

@ -13,7 +13,7 @@
Summary: GNOME session manager
Name: gnome-session
Version: 2.13.4
Release: 1
Release: 2
URL: http://www.gnome.org
Source0: %{name}-%{version}.tar.bz2
Source1: redhat-default-session
@ -48,6 +48,8 @@ Patch6: gnome-session-2.9.4-gnome-common.patch
Patch7: gnome-session-user-share.patch
# do shaped window for splash screen
Patch8: gnome-session-2.12.0-shaped.patch
# too much crashing
Patch9: gnome-session-2.13.4-no-crashes.patch
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: pango-devel >= %{pango_version}
@ -149,6 +151,9 @@ done
%{_sysconfdir}/gconf/schemas/*.schemas
%changelog
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-2
- Disable the fatal-criticals, since it crashes too much
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
- Update to 2.13.4