Re: X program from cron

2004-01-16 Thread Monique Y. Herman
On 2004-01-15, Antony Gelberg penned: > Hi all, > > I want to update my wallpaper at time intervals. So, I've set up a > crontab: > # DO NOT EDIT THIS FILE - edit the master and reinstall. > # (/tmp/crontab.bCmoxk/crontab installed on Thu Jan 15 21:07:39 2004) > # (Cron version -- $Id: crontab.c,v

Re: X program from cron

2004-01-15 Thread Jan Minar
On Thu, Jan 15, 2004 at 10:24:30PM +, Antony Gelberg wrote: > #!/bin/sh > NEXTFILE=`ls $1 | rl -c 1` > wmsetbg $1$NEXTFILE > > Now that's coding. Anyway, it works. However, cron reports: > wmsetbg fatal error: could not open display Hi, Antony. Do you mean it works despite the fatal error?

Re: X program from cron

2004-01-15 Thread Brett Carrington
On Thu, Jan 15, 2004 at 10:24:30PM +, Antony Gelberg wrote: > Hi all, > > I want to update my wallpaper at time intervals. So, I've set up a > crontab: > # DO NOT EDIT THIS FILE - edit the master and reinstall. > # (/tmp/crontab.bCmoxk/crontab installed on Thu Jan 15 21:07:39 2004) > # (Cron

X program from cron

2004-01-15 Thread Antony Gelberg
Hi all, I want to update my wallpaper at time intervals. So, I've set up a crontab: # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.bCmoxk/crontab installed on Thu Jan 15 21:07:39 2004) # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp # $) 0 * * * *