Hi all
First I hope you'll anderstand me because I'm French and dont speak English very well.
I use XFCE on Debian Testing Lenny
For my desktop background I use a photo list name wallpaper.list
I would like the wallpaper auto change (all 10 minutes for example)
- When I logon, i've a new wallpaper from my list --> ok
- If I use in xterm the command
xfdesktop --reload a new wallpaper is refresh from the list --> OK
- If if use the same command with the alt+F2 LaucherWindow it work fine --> OK
- I've created a button in my panel with the command
xfdesktop --reload ans it works fine too on click --> OK
But
- I've tested to use in crontab the same commands :
*/10 * * * * /usr/bin/xfdesktop --reload the commands is well execute regarding syslog
May 28 15:00:01 frederic /USR/SBIN/CRON[5232]: (fred) CMD (/usr/bin/xfdesktop --reload )
May 28 15:10:01 frederic /USR/SBIN/CRON[5292]: (fred) CMD (/usr/bin/xfdesktop --reload )
But nothing my wallpaper doesn't change
Probably something i dont understand with this commands (xfdesktop --reload), maybe an option ?
Thank you for helping me (if possible

)
freddec