<p>I am investigating ways to have Squeak respond nicely to user logoff or<br>
system shutdown on Unix hosts. Currently files are left open,<br>
triggering a file system integrity check on restart and the associated<br>
threat of image corruption or loss.</p>
<p>I began at signals, good old SIGHUP and SIGQUIT, working in Gnome.<br>
Neither was suitable. Next I dug into gedit to see how it worked and<br>
found that Gnome uses its own signal library. Someone told me Gnome&#39;s<br>
library just traps DBus signals, so I looked into DBus and read that I<br>
should use one of the higher level bindings. And what did I find on the<br>
bindings page (<a href="http://www.freedesktop.org">www.freedesktop.org</a>)? Bindings for Squeak by Bert<br>
Freudenberg!</p>
<p>Can someone give me a 1-2-3 on how to incorporate the six mcz files on<br>
SqueakSource into a 4.2 image? I am a Monticello newbie. Anyone using<br>
them care to share their insights and experiences?</p>
<p>(apologies if format is weird, I had to resend because original was sent from wrong account. ) </p>
<p>Gary Dunn, Honolulu</p>