From 22305bde9fdc19295bf3f932f5712919b394b636 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 9 Jun 2009 03:10:58 +0000 Subject: [PATCH] Fix handling of --replace, again --- compiz-gtk | 2 +- compiz.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/compiz-gtk b/compiz-gtk index ac492d4..f6496da 100644 --- a/compiz-gtk +++ b/compiz-gtk @@ -2,7 +2,7 @@ function runCompiz() { gtk-window-decorator & - exec compiz --ignore-desktop-hints glib gconf gnomecompat$@ + exec compiz --ignore-desktop-hints glib gconf gnomecompat $@ } DIRECT=`glxinfo | grep "direct rendering: " | head -n 1 | cut -d " " -f 3` diff --git a/compiz.spec b/compiz.spec index 63e52ff..3eb957d 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.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -356,6 +356,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 8 2009 Matthias Clasen - 0.8.2-3 +- Fix handling of --replace in compiz-gtk, _again_ + * Tue May 26 2009 Adel Gadllah - 0.8.2-2 - Add commands plugin - Fix build