From eb6bdd24faa3b6a62a2fb8f8345613037a0f1497 Mon Sep 17 00:00:00 2001 From: raveit Date: Wed, 24 Apr 2013 14:34:00 +0200 Subject: [PATCH] update compiz-xfce-emerald script --- compiz-xfce-emerald | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) mode change 100644 => 100755 compiz-xfce-emerald 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 $@ +