[opensuse-factory] Desktop effects.......
I have 11.0 with KDE 3.* working well on this Dell Inspiron 1525 laptop. The desktop effects (Compiz) are quick...nice, and remain until you log out, then they are gone. Is there a fix for this yet? Thanks, Fred -- Linux is an old Latin word meaning, "I don't have to support your Windows anymore." --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
2008/6/2, Fred A. Miller <fmiller@lightlink.com>:
I have 11.0 with KDE 3.* working well on this Dell Inspiron 1525 laptop. The desktop effects (Compiz) are quick...nice, and remain until you log out, then they are gone. Is there a fix for this yet?
You can put some simple script to your autostart. 1) Open /home/user/.kde/Autostart directory 2) Create any new file with .sh extension, for example: compiz.sh 3) Edit this using anything. Put inside this file: #!/bin/sh killall compiz sleep 1 compiz --replace ccp& 4) Match your compiz.sh file as "executable". -- Rafał Miłecki
On Tue, Jun 3, 2008 at 3:00 PM, Rafał Miłecki <zajec5polish@gmail.com> wrote:
2008/6/2, Fred A. Miller <fmiller@lightlink.com>:
I have 11.0 with KDE 3.* working well on this Dell Inspiron 1525 laptop. The desktop effects (Compiz) are quick...nice, and remain until you log out, then they are gone. Is there a fix for this yet?
You can put some simple script to your autostart.
Please do not do this, check out: http://en.opensuse.org/Compiz_Fusion for how to enable effects. Ciao -J
participants (3)
-
CyberOrg
-
Fred A. Miller
-
Rafał Miłecki