[oS-EN] XFCE rotating background stopped working

Hi, I have, for years, generated a background for the desktop that changes automatically. First, a cronjob generates the picture: -*/20 * * * * cer /usr/share/backgrounds/tierra/generar >> /tmp/generar.log The script is: #!/bin/bash DATE=`date --rfc-3339=ns` echo -e "\n$DATE" nice xplanet -verbosity 2 -num_times 1 -output /usr/share/backgrounds/tierra/latierra.png \ -longitude 0.99167 \ -range 100000 -radius 30 -label \ -geometry 1920x1080 And then the desktop has the background set to load it from directory /usr/share/backgrounds/tierra/. Problem is, since a few days, the background is not reloading automatically when the photo changes. I can run "xfdesktop --reload" manually; this reloads the icons, but not the background. I can run "xfdesktop --next", but doesn't do anything. There is a setting in the dialog, which I do not know if it is new or not; it says "change the background every so many minutes". That works, but is not the best thing. https://paste.opensuse.org/pastes/6c9e53033744 (sidenote: command susepaste failed, I had to paste the photo using firefox; this is cumbersome) -- Cheers / Saludos, Carlos E. R. (from Telcontar, using openSUSE Leap 15.5)
participants (1)
-
Carlos E. R.