From 4d7530048618ec3b39bd05e50049b54f2d08f87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 9 Aug 2007 21:24:04 +0000 Subject: [PATCH] - Export LIBGL_ALWAYS_INDIRECT before starting compiz. --- gnome-session-2.15.90-window-manager.patch | 3 ++- gnome-session.spec | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-session-2.15.90-window-manager.patch b/gnome-session-2.15.90-window-manager.patch index 0d2253e..2fc9e4b 100644 --- a/gnome-session-2.15.90-window-manager.patch +++ b/gnome-session-2.15.90-window-manager.patch @@ -48,7 +48,7 @@ OLDIFS=$IFS IFS=":" if [ -z "$WINDOW_MANAGER" ] ; then -@@ -67,11 +73,18 @@ fi +@@ -67,11 +73,19 @@ fi # Now create options OPT1 and OPT2 based on the windowmanager used OPT1= OPT2= @@ -59,6 +59,7 @@ OPT1=--sm-client-id=$SMID ;; + compiz) ++ export LIBGL_ALWAYS_INDIRECT=1 + gtk-window-decorator & + OPT1=--sm-client-id + OPT2=$SMID diff --git a/gnome-session.spec b/gnome-session.spec index a93948d..e791e9c 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -12,7 +12,7 @@ Summary: GNOME session manager Name: gnome-session Version: 2.19.6 -Release: 2%{?dist} +Release: 3%{?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,9 @@ fi %doc %{_datadir}/man/man*/* %changelog +* Thu Aug 9 2007 Kristian Høgsberg - 2.19.6-3 +- Export LIBGL_ALWAYS_INDIRECT before starting compiz. + * Fri Aug 3 2007 Matthias Clasen - 2.19.6-2 - Update license field