Re: gconftool-2

2009-03-28 Thread Amit Uttamchandani
reen. Recently the script stopped working. The > strange thing is that if I run the script from the command line it works > as it always has. Actually, the script runs and does everything *except* > change the background. The line to do this is: > > gconftool-2 -t str --set /d

Re: gconftool-2

2009-03-04 Thread Boyd Stephen Smith Jr.
On Wednesday 04 March 2009 21:32:09 Rick Pasotto wrote: > gconftool-2 -t str --set /desktop/gnome/background/picture_filename > $FileName > > Why would that line not work when executed in a script run by cron even > though it does work when the script is executed from t

gconftool-2

2009-03-04 Thread Rick Pasotto
cript from the command line it works as it always has. Actually, the script runs and does everything *except* change the background. The line to do this is: gconftool-2 -t str --set /desktop/gnome/background/picture_filename $FileName Why would that line not work when executed in a script run by