Save Imge in headless mode

Stephen Pair stephen at pairhome.net
Fri May 2 17:14:50 UTC 2003


nik igu wrote:

>hy all
>
>I'am working on a project based on the seaside-webserver. One part of
>the application makes changes in the image, so we have to save it
>before exiting.
>
>We start squeak with the -headless switch (on a linux machine). I
>think the simplest approach to save the image before we shut-down
>squeak, would be: "wget" a page wich would make a snapshot of the
>image and quit.....
>  
>

I do something similar with Swiki.net...I have an administration console 
that requires authentication and will allow me to do lot's of things, 
including snapshotting.  The other thing you can do is use OSProcess to 
captitate the Squeak UI to a VNC X session.

- Stephen




More information about the Squeak-dev mailing list