No fatal criticals
This commit is contained in:
parent
35a2936ded
commit
2dc54d9dd3
18
gnome-session-2.13.4-no-crashes.patch
Normal file
18
gnome-session-2.13.4-no-crashes.patch
Normal 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 ();
|
@ -13,7 +13,7 @@
|
|||||||
Summary: GNOME session manager
|
Summary: GNOME session manager
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 2.13.4
|
Version: 2.13.4
|
||||||
Release: 1
|
Release: 2
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: redhat-default-session
|
Source1: redhat-default-session
|
||||||
@ -48,6 +48,8 @@ Patch6: gnome-session-2.9.4-gnome-common.patch
|
|||||||
Patch7: gnome-session-user-share.patch
|
Patch7: gnome-session-user-share.patch
|
||||||
# do shaped window for splash screen
|
# do shaped window for splash screen
|
||||||
Patch8: gnome-session-2.12.0-shaped.patch
|
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: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: pango-devel >= %{pango_version}
|
BuildRequires: pango-devel >= %{pango_version}
|
||||||
@ -149,6 +151,9 @@ done
|
|||||||
%{_sysconfdir}/gconf/schemas/*.schemas
|
%{_sysconfdir}/gconf/schemas/*.schemas
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
|
||||||
- Update to 2.13.4
|
- Update to 2.13.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user