I wrote a simple perl script to change conky background and download some data from the web. This script works fine when I start conky by myself, but it doesn't work when I restart my system and conky starts automatically. I don't know where the problem can be, since the file has r-x permissions for all groups and users.

Thanks.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

First guess, your script calls some other command and system startup has a different PATH environment variable.

It would be really helpful if you could post the script. Otherwise, all anybody can do for you is guess.

link|improve this answer
Yes, it is my fault. Just looked at it again and the first thing I found was my $path=$ENV{"HOME"}... Thanks. – user23231 Oct 20 '09 at 4:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.