diff --git a/compiz-gtk b/compiz-gtk index a524cc6..c4eeafa 100644 --- a/compiz-gtk +++ b/compiz-gtk @@ -11,7 +11,7 @@ HAVE3D=`glxinfo | grep "direct rendering: " | head -n 1 | cut -d " " -f 3` #HAVETFP=`glxinfo | grep texture_from_pixmap -c` #if ( [ $HAVE3D == "Yes" ] && [ $HAVETFP -gt 2 ] ); then -# runCompiz +# runCompiz $@ #fi # Try again with indirect rendering @@ -20,7 +20,7 @@ export LIBGL_ALWAYS_INDIRECT=1 HAVETFP=`glxinfo | grep texture_from_pixmap -c` if ( [ $HAVE3D == "Yes" ] && [ $HAVETFP -gt 2 ] ); then - runCompiz + runCompiz $@ fi # Fall back to metacity diff --git a/compiz.spec b/compiz.spec index 654b81f..b105f15 100644 --- a/compiz.spec +++ b/compiz.spec @@ -14,7 +14,7 @@ URL: http://www.go-compiz.org License: GPLv2+ and LGPLv2+ and MIT Group: User Interface/Desktops Version: 0.7.8 -Release: 16%{?dist} +Release: 17%{?dist} Summary: OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -388,6 +388,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 16 2009 Adel Gadllah - 0.7.8-17 +- Fix compiz-gtk script RH #490383 + * Sun Mar 15 2009 Adel Gadllah - 0.7.8-16 - Revert to always using indirect rendering