diff --git a/gnome-session-2.17.5-window-manager.patch b/gnome-session-2.17.5-window-manager.patch index 3173f8b..11995a9 100644 --- a/gnome-session-2.17.5-window-manager.patch +++ b/gnome-session-2.17.5-window-manager.patch @@ -49,30 +49,3 @@ diff -up gnome-session-2.19.6/gnome-session/gnome-wm.window-manager gnome-sessio if [ -z "$WINDOW_MANAGER" ] ; then # Create a list of window manager we can handle, trying to only use the -@@ -82,6 +87,7 @@ fi - OPT1= - OPT2= - OPT3= -+OPT4= - if [ ! -z "$SMID" ] ; then - case `basename $WINDOW_MANAGER` in - sawfish|sawmill|metacity) -@@ -117,14 +123,16 @@ fi - - case `basename $WINDOW_MANAGER` in - compiz) -+ export LIBGL_ALWAYS_INDIRECT=1 - gtk-window-decorator & -- OPT3=gconf -+ OPT3=glib -+ OPT4=gconf - ;; - beryl) - emerald & - ;; - esac - --exec $WINDOW_MANAGER $OPT1 $OPT2 $OPT3 -+exec $WINDOW_MANAGER $OPT1 $OPT2 $OPT3 $OPT4 - - echo "ERROR: No window manager could run!" diff --git a/gnome-session.spec b/gnome-session.spec index 0a62923..c78775b 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -12,7 +12,7 @@ Summary: GNOME session manager Name: gnome-session Version: 2.19.92 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.gnome.org Source0: http://download.gnome.org/sources/gnome-session/2.19/%{name}-%{version}.tar.bz2 Source1: redhat-default-session @@ -185,6 +185,10 @@ fi %doc %{_datadir}/man/man*/* %changelog +* Wed Sep 5 2007 Kristian Høgsberg - 2.19.92-2 +- Update gnome-session-2.17.5-window-manager.patch to apply (remove + chunks that are now upstream). + * Tue Sep 4 2007 Matthias Clasen - 2.19.92-1 - Update to 2.19.92