[compiz] update compiz-mate-emerald

Wolfgang Ulbrich raveit65 at fedoraproject.org
Wed Apr 24 12:24:59 UTC 2013


commit 180dc13ed43397088c2115fa8e047382b703d309
Author: raveit <chat-to-me at raveit.de>
Date:   Wed Apr 24 14:24:41 2013 +0200

    update compiz-mate-emerald

 compiz-mate-emerald |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/compiz-mate-emerald b/compiz-mate-emerald
old mode 100644
new mode 100755
index a6798a8..606bd75
--- a/compiz-mate-emerald
+++ b/compiz-mate-emerald
@@ -1,13 +1,8 @@
 #!/bin/bash
 
 function runCompiz() {
-    if ( [ -e /usr/lib/compizconfig/backends/libini.so ] || [ -e /usr/lib64/compizconfig/backends/libini.so ] )
-        then
-            exec compiz --replace --sm-disable --ignore-desktop-hints ccp &&
-            emerald --replace $@
-        else
-        	exec compiz --replace --sm-disable --ignore-desktop-hints glib ini matecompat $@
-        fi
+    emerald --replace &
+    exec compiz --replace --sm-disable --ignore-desktop-hints ccp $@
 }
 
 ISSW=`glxinfo | grep "Software Rasterizer" -c`
@@ -30,3 +25,4 @@ fi
 
 # Fall back to marco
 exec marco $@
+


More information about the scm-commits mailing list