diff --git a/compiz-xfce-emerald b/compiz-xfce-emerald deleted file mode 100755 index b277f38..0000000 --- a/compiz-xfce-emerald +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -function runCompiz() { - emerald --replace & - exec compiz --replace --sm-disable --ignore-desktop-hints ccp $@ -} - -ISSW=`glxinfo | grep "Software Rasterizer" -c` - -# Try with direct rendering -HAVETFP=`glxinfo | grep texture_from_pixmap -c` - -if ( [ $ISSW == 0 ] && [ $HAVETFP -gt 2 ] ); then - runCompiz $@ -fi - -# Try again with indirect rendering -export LIBGL_ALWAYS_INDIRECT=1 - -HAVETFP=`glxinfo | grep texture_from_pixmap -c` - -if ( [ $ISSW == 0 ] && [ $HAVETFP -gt 2 ] ); then - runCompiz $@ -fi - -# Fall back to xfwm4 -exec xfwm4 $@ - diff --git a/compiz-xfce-emerald.desktop b/compiz-xfce-emerald.desktop deleted file mode 100644 index 0be8772..0000000 --- a/compiz-xfce-emerald.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Compiz XFCE Emerald -Comment=start or restart Compiz Fusion with Emerald windows-decoator -TryExec=compiz-xfce-emerald -Exec=compiz-xfce-emerald -Icon=fusion-icon -NoDisplay=false -StartupNotify=true -Categories=Utility; -OnlyShowIn=XFCE; -Name[de_DE]=Compiz XFCE Emerald