Stifu wrote: > So, like, doing: > > mono MyApp.exe MONO_MWF_MAC_FORCE_X11 Like this: MONO_MWF_MAC_FORCE_X11=whatever mono MyApp.exe Or #!/bin/sh export MONO_MWF_MAC_FORCE_X11=whatever mono MyApp.exe -- Alex