Click to See Complete Forum and Search --> : I need suggestions for autostarting xscreensaver


Cliff Fussell
03-11-2004, 12:28 PM
I've tried to make an executable file in ~/.kde/Autostart using the vim editor. I must be doing something wrong. This is the file: #!/bin/bash
xscreensaver &
When I restarted and did a ps af command it wasn't running. Could someone point me in the right direction?
Suse 9 pro
Thanks,

Cliff

Hayl
03-11-2004, 12:34 PM
did you chmod +x the script after you wrote it?

TheCatMan
03-11-2004, 12:38 PM
Might be simpler just to put a symlink to the xscreensaver executable in your ~/kde/Autostart - I'm pretty sure kde will start it 'in the background' and that's all your script was doing anyway

Cliff Fussell
03-11-2004, 03:26 PM
I got it to autostart by putting a file in the autostart directory. I had been trying to save it in the wrong place. Thanks for your help and suggestions.

Thanks,

Cliff