You are not logged in.
I have set a list of my wallpapers, but it seems only when xfce starts the wallpaper changes. And I always leave my pc on....
So, I wonder if it can change with an interval, like 10 min.
Thanks.
Offline
I though running xfdestop -reload (or something similar) works... So maybe that also works in a cron job...
Offline
Hi
I've try to do a cron job, but it' doesn't works
I open a newtopic today
http://forum.xfce.org/index.php?topic=3969.0
Offline
xfdesktop --reload is the command, but you cannot run this as a cron job, because that will be a separate instance of yourself being logged in, without X11 and desktop. You can use a script along following lines:
while [ 1 ]; do
sleep 15m # xfdesktop will change backdrop upon starting
xfdesktop --reload
done
In which 15m stands for 15 minutes...
Offline
I've find another simple solution
Look a my topic
http://forum.xfce.org/index.php?topic=3 … 1#msg15671
Offline
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 524.55 KiB (Peak: 529.91 KiB) ]