remove xfce start script and desktop file

This commit is contained in:
raveit 2013-05-07 22:25:23 +02:00
parent f54b8b12c2
commit 51c2ff4862
2 changed files with 0 additions and 40 deletions

View File

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

View File

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