update compiz-mate-emerald

This commit is contained in:
raveit 2013-04-24 14:24:41 +02:00
parent 389dd44129
commit 180dc13ed4
1 changed files with 3 additions and 7 deletions

10
compiz-mate-emerald Normal file → Executable file
View File

@ -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 $@