Sergey Mkrtchyan wrote:
There was a suggestion in one of the forums to create a file script in ~/.kde/Autostart, but I'm not sure I need to do that, since I already have something there
lrwxrwxrwx 1 floyd users 23 2008-05-02 23:16 compiz-manager -> /usr/bin/compiz-manager -rw-r--r-- 1 floyd users 1950 2008-06-21 00:24 .directory
It used to work smoothly before, I didn't even have fusion icon installed. Now it's so annoying to start it each time manually :-(
Thanks a lot for your help.
Sergey
The script way is the old way I used to do it. Simple really. In ~/.kde/Autostart just put the following in a script and make it executable. This will actually do it for you. Just execute the following steps: (1) cd ~/.kde/Autostart/ (2) Just copy and paste the following into the terminal and it will create the 'start-compiz' script for you: echo '#!/bin/bash --norc compiz-manager --replace & sleep 2 # used to let the little systray guys (icons) jump into the tray emerald --replace & exit 0' > start-compiz (3) chmod 0750 start-compiz Give it a shot. I know there is another setting, I just can't remember where are the moment. J.? Obviously, something has changed with the change from xgl to aiglx or something similar. The biggest problem used to be getting compiz to _NOT_ start at login to the extent that you had to create a file to tell it not to start. Kind of ironic -- isn't it? -- David C. Rankin, J.D.,P.E. | openSoftware und SystemEntwicklung Rankin Law Firm, PLLC | Countdown for openSuSE 11.1 www.rankinlawfirm.com | http://counter.opensuse.org/11.1/small -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org