> > I don't think X has a way to access the image of unvisible windows. > In short, the unvisible virtual pages simply do not exist, they should > yet to be formed by X, fvwm and applications. > > But you may create an fvwm function that does what you want, like: > > GotoDesk 0 > PipeRead `import -window root /tmp/desktop-0.png >/dev/null` > GotoDesk 1 > PipeRead `import -window root /tmp/desktop-1.png >/dev/null` > GotoDesk 2 > PipeRead `import -window root /tmp/desktop-2.png >/dev/null` > GotoDesk 3 > PipeRead `import -window root /tmp/desktop-3.png >/dev/null` > > If you have 10 desks of 7x4 pages, you will need to repeat GotoDeskAndPage > and import 280 times. It may take about 15 minutes or more to create all > screenshots. Note, that your fvwm will be unfunctional during this time. >
works great. takes 1 mins for 10x7 on one desk. however, there is desks where there is nothing ; is there a fvwm way to know that ? so that i don't take empty and useless screenshots. thanks -- xavier -- Visit the official FVWM web page at <URL: http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
