[compiz] update compiz-lxde-emerald script

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


commit df459f552893b626e7244ee86d10a93a60b225b6
Author: raveit <chat-to-me at raveit.de>
Date:   Wed Apr 24 14:38:58 2013 +0200

    update compiz-lxde-emerald script

 compiz-lxde-emerald |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/compiz-lxde-emerald b/compiz-lxde-emerald
old mode 100644
new mode 100755
index 9dfcea4..7870fad
--- a/compiz-lxde-emerald
+++ b/compiz-lxde-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 openbox-lxde
 exec openbox-lxde $@
+


More information about the scm-commits mailing list