From 51c2ff48623c786223781983862aa0a2e894c168 Mon Sep 17 00:00:00 2001 From: raveit Date: Tue, 7 May 2013 22:25:23 +0200 Subject: [PATCH] remove xfce start script and desktop file --- compiz-xfce-emerald | 28 ---------------------------- compiz-xfce-emerald.desktop | 12 ------------ 2 files changed, 40 deletions(-) delete mode 100755 compiz-xfce-emerald delete mode 100644 compiz-xfce-emerald.desktop 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