Click to See Complete Forum and Search --> : why won't this start ? ..


anton
08-18-2001, 04:00 AM
Hello ,

I wrote this script (gkrellm.sh):
kstart --window gkrellm --alldesktops --ontop --skiptaskbar /usr/X11R6/bin/gkrellm


I put it in .kde/Autostart

when I run it like ./gkrellm.sh it runs absolutely fine ...

but at start-up it opens up gedit with it's content :(

thx...

jayallenaugen
08-18-2001, 04:26 AM
The first line of your script should be:
#!/bin/sh
or
#!/bin/bash
(depending on the shell you use)
then make sure that you set the properties of the file to executable.
Hope this helps.

anton
08-18-2001, 01:36 PM
thanks :) ... I'll try that ... and to set it to executable, it should be 755 ?