try again
This commit is contained in:
parent
daf3eb82a4
commit
f67b58845c
@ -25,9 +25,9 @@ diff -up gnome-session-2.19.6/data/gnome-session.schemas.in.window-manager gnome
|
|||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Show the splash screen</short>
|
<short>Show the splash screen</short>
|
||||||
<long>Show the splash screen when the session starts up</long>
|
<long>Show the splash screen when the session starts up</long>
|
||||||
diff -up gnome-session-2.19.6/gnome-session/gnome-wm.window-manager gnome-session-2.19.6/gnome-session/gnome-wm
|
diff -up gnome-session-2.19.6/data/gnome-wm.window-manager gnome-session-2.19.6/data/gnome-wm
|
||||||
--- gnome-session-2.19.6/gnome-session/gnome-wm.window-manager 2007-07-30 16:07:15.000000000 -0400
|
--- gnome-session-2.19.6/data/gnome-wm.window-manager 2007-07-30 16:07:15.000000000 -0400
|
||||||
+++ gnome-session-2.19.6/gnome-session/gnome-wm 2007-08-10 15:01:04.000000000 -0400
|
+++ gnome-session-2.19.6/data/gnome-wm 2007-08-10 15:01:04.000000000 -0400
|
||||||
@@ -3,7 +3,9 @@
|
@@ -3,7 +3,9 @@
|
||||||
# The user can specify his prefered WM by setting the WINDOW_MANAGER
|
# The user can specify his prefered WM by setting the WINDOW_MANAGER
|
||||||
# environment variable.
|
# environment variable.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- gnome-session-2.5.90/gnome-session/splash-widget.c.icons 2004-02-24 14:13:22.000000000 +0000
|
--- gnome-session-2.5.90/splash/splash-widget.c.icons 2004-02-24 14:13:22.000000000 +0000
|
||||||
+++ gnome-session-2.5.90/gnome-session/splash-widget.c 2004-02-24 14:14:24.000000000 +0000
|
+++ gnome-session-2.5.90/splash/splash-widget.c 2004-02-24 14:14:24.000000000 +0000
|
||||||
@@ -46,7 +46,11 @@
|
@@ -46,7 +46,11 @@
|
||||||
{ N_("The Panel"), "gnome-panel", "gnome-panel" },
|
{ N_("The Panel"), "gnome-panel", "gnome-panel" },
|
||||||
{ N_("Session Manager Proxy"), "gnome-smproxy", "gnome-session" },
|
{ N_("Session Manager Proxy"), "gnome-smproxy", "gnome-session" },
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Summary: GNOME session manager
|
Summary: GNOME session manager
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 2.23.1
|
Version: 2.23.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: http://download.gnome.org/sources/gnome-session/2.23/%{name}-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/gnome-session/2.23/%{name}-%{version}.tar.bz2
|
||||||
@ -33,18 +33,19 @@ Requires: dbus-x11
|
|||||||
## we conflict with gdm that contains the GNOME gdm xsession
|
## we conflict with gdm that contains the GNOME gdm xsession
|
||||||
Conflicts: gdm < 1:2.6.0.8-5
|
Conflicts: gdm < 1:2.6.0.8-5
|
||||||
|
|
||||||
Patch1: gnome-session-2.2.2-icons.patch
|
# FIXME does this still apply ?
|
||||||
|
#Patch1: gnome-session-2.2.2-icons.patch
|
||||||
|
|
||||||
# too much crashing
|
# FIXME does this still apply ?
|
||||||
Patch9: gnome-session-2.13.4-no-crashes.patch
|
#Patch9: gnome-session-2.13.4-no-crashes.patch
|
||||||
|
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=350848
|
# http://bugzilla.gnome.org/show_bug.cgi?id=350848
|
||||||
# The gconf bits weren't accepted upstream, so we'll
|
# The gconf bits weren't accepted upstream, so we'll
|
||||||
# need to figure something out here
|
# need to figure something out here
|
||||||
Patch13: gnome-session-2.17.5-window-manager.patch
|
Patch13: gnome-session-2.17.5-window-manager.patch
|
||||||
|
|
||||||
# don't pop up the dialog as it can take longer than 5 seconds
|
# FIXME does this still apply ?
|
||||||
Patch20: gnome-session-2.19.4-atspi-timeout.patch
|
#Patch20: gnome-session-2.19.4-atspi-timeout.patch
|
||||||
|
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=411506
|
# http://bugzilla.gnome.org/show_bug.cgi?id=411506
|
||||||
#Patch21: gnome-session-2.17.91-use-gdm-at-hints-3.patch
|
#Patch21: gnome-session-2.17.91-use-gdm-at-hints-3.patch
|
||||||
@ -88,10 +89,10 @@ GNOME components and handles logout and saving the session.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1 -b .icons
|
#%patch1 -p1 -b .icons
|
||||||
%patch9 -p1 -b .no-crashes
|
#%patch9 -p1 -b .no-crashes
|
||||||
%patch13 -p1 -b .window-manager
|
%patch13 -p1 -b .window-manager
|
||||||
%patch20 -p1 -b .timeout
|
#%patch20 -p1 -b .timeout
|
||||||
#%patch21 -p0 -b .use-gdm-hints
|
#%patch21 -p0 -b .use-gdm-hints
|
||||||
#%patch22 -p1 -b .ice-leaks
|
#%patch22 -p1 -b .ice-leaks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user