<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'><div><br></div><div>---- On Tue, 03 Jun 2014 12:07:36 -0700 <b>Chris Muller&lt;asqueaker@gmail.com&gt;</b> wrote ----</div><div>&gt;&gt;Don't think so, I'm able to run squeak with the -vm display=none option..</div><div><br></div><div><br></div><div>Is "squeak" a script? (file command will tell you) If so, does it export a LD_LIBRARY_PATH?<br></div><div><br></div><div>Here is an example from one of my startup scripts:</div><div>&nbsp;</div><div> <br><blockquote style="border-top-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; padding-top: 7px; padding-right: 7px; padding-bottom: 7px; padding-left: 7px; background-color: rgb(245, 245, 245);"><div>$ cat startStackVM32&nbsp;<br>#!/bin/bash<br>export LD_LIBRARY_PATH=/home/wm/usr/local/stackVM32<br>/home/wm/usr/local/stackVM32/lib/squeak/4.0-2920/squeak   -vm-sound-ALSA -vm-display-X11 -xshm Squeak4.6-13700.image</div></blockquote> <br></div></div></body></html>