Compiz works fine on my computer and KDE 4.3.4 system!
But in reading post after post, I'm a bit confused at how to really get it to start properly.
1) Add an entry in /usr/local/bin, or /usr/sbin as follows
2) Add an entry in ~/.kde/Autostart
I don't like this one because it starts everything up (kwin) and then kills it off in favor of Compiz/Emerald.
3) Entry under System Settings
I would prefer to have it started immediately on bootup instead of wasting time with killing kwin, starting compiz....
Any suggestions?
But in reading post after post, I'm a bit confused at how to really get it to start properly.
1) Add an entry in /usr/local/bin, or /usr/sbin as follows
Code:
#!/bin/bash compiz & sleep 5 emerald --replace || kwin --replace sudo chmod +x /usr/local/bin/startcompiz
Code:
compiz --replace & emerald --replace & chmod +x ~/.kde/Autostart/startcompiz.sh
3) Entry under System Settings
I would prefer to have it started immediately on bootup instead of wasting time with killing kwin, starting compiz....
Any suggestions?
Comment