search for: startcompiz

Displaying 1 result from an estimated 1 matches for "startcompiz".

2007 Aug 05
1
Using Compiz in KDE
...start KDE instead of Gnome. I myself have been unable to do so, after a good day googling the subject. These are the scripts: /usr/share/xsessions/xgl.desktop: [Desktop Entry] Encoding=UTF-8 Name=Xgl Comment=Start an Xgl Session Exec=/usr/local/bin/startxgl Icon= Type=Application /usr/local/bin/startcompiz: #!/bin/bash # # Start beryl-manager within gnome-session # if (( `ps -A -o comm | grep -c '^Xgl$'` == "1" )); then DISPLAY=:1 gnome-settings-daemon & DISPLAY=:1 compiz --replace else echo "${0}: Error: compiz not launched. Xgl not running?" fi /usr/local/bin/st...