Compiz Question:

Every time I start up openSUSE 11, I have to reenable desktop effects (i.e. the box becomes unchecked every time I start up).
Compiz works perfectly otherwise. Is there a way to set effects to stay on or autoenable at startup?

Thanks!

Yes, I’m having just the same problem.

Can anyone help, please ?

you can try this;
Make a file in ~/home/yourname/.KDE/Autostart
with the following text:


#! /bin/sh
sleep 5
compiz --replace ccp &

Worked for me.

Me too - (once I remembered to check the “executable” box under permissions in file properties)!!

Many thanks:)