6

I want to create a wallpaper slide show that will not change five minutes after the wallpaper gets displayed, but five minutes after the entire desktop get viewed. Does anyone know of a way to do this?

  • This question appears to be abandoned - if you feel this is in error, then please ask a new question, or flag this explaining why and the moderators will reopen it. – jrg Dec 21 '11 at 17:49

1 Answers1

-1

What if you check with "Xlib python library" or "wmctrl and xwininfo commands" what windows are not minimized? (Filtering windows like gnome-panels, etc). Depending on values (all app windows are minimized = entire desktop get viewed) and selected time delay you can create a xml slideshow with desired background image.

borjacampina
  • 1,054
  • If I were to create and XML slideshow, I would need to keep updating that XML file. Do the XML files get refreshed when changing to a new image? If so, how can I add to that XML file from the command line? –  Oct 10 '10 at 12:14
  • Instead of adding a new image background to the xml file, create full xml:

    1$lastImageBackground $transitionTime$lastImageBackground$newImageBackground

    1000$newImageBackground

    – borjacampina Oct 10 '10 at 14:38