[compiz] update compiz-xfce-emerald script

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


commit eb6bdd24faa3b6a62a2fb8f8345613037a0f1497
Author: raveit <chat-to-me at raveit.de>
Date:   Wed Apr 24 14:34:00 2013 +0200

    update compiz-xfce-emerald script

 compiz-xfce-emerald |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/compiz-xfce-emerald b/compiz-xfce-emerald
old mode 100644
new mode 100755
index cc5bc45..b277f38
--- a/compiz-xfce-emerald
+++ b/compiz-xfce-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 ccp glib ini $@
-        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 xfwm4
 exec xfwm4 $@
+


More information about the scm-commits mailing list