[Mono-osx] Still trouble with 1.1.17

Andreas Färber andreas.faerber at web.de
Sat Sep 2 11:42:22 EDT 2006


Hi Ken,

Am 02.09.2006 um 17:21 schrieb Ken & Deb Allen:

> Changing the line in the generated script from [open-x11 "$APP_NAME"]
> to [open-x11 "mono $APP_NAME"] resulted in the following text being
> displayed in the Console output:
>
>> : unknown application: mono DoubleElimination
>

Now you're trying to open the non-existing application "mono  
$APP_NAME". Should've probably been $ASSEMBLY btw.

Okay, the problem is open-x11, according to its man page, can open  
multiple apps, so if you tried [open-x11 mono YourApp.exe] it would  
try to open both mono (which would terminate without arguments) and  
your assembly, which is not an executable as before... That way  
unfortunately I don't see a way of passing arguments to an app via  
open-x11.

Andreas


More information about the Mono-osx mailing list