> @gajendra: I want to know how to a execute a a general script , not only for > this wallpaper changing.
Why do you think your script isn't running? Put the following in a text file and try adding this to crontab. -- begin script -- id > /tmp/out date >> /tmp/out -- end script -- This script will accomplish two things. One, you can look at the "user" who is running the script and time stamps for verification. It just might be that this script has trouble generating the results you desire. See if it has command line options to identify a screen on which to change wallpaper (clearly that is missing since multiple users can be logged in and running X sessions). SB -- l...@iitd - http://tinyurl.com/ycueutm
