https://bugzilla.novell.com/show_bug.cgi?id=439545
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=439545#c8 --- Comment #8 from Geoff Norton <[email protected]> 2008-12-27 07:13:06 MST --- @sandy, Can you try this patch on 10.4: diff --git a/mono/io-layer/processes.c b/mono/io-layer/processes.c index 014439b..0d950ee 100644 --- a/mono/io-layer/processes.c +++ b/mono/io-layer/processes.c @@ -442,7 +442,11 @@ gboolean ShellExecuteEx (WapiShellExecuteInfo *sei) return FALSE; #ifdef PLATFORM_MACOSX +#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5 + handler = g_strdup ("/usr/bin/open"); +#else handler = g_strdup ("/usr/bin/open -W"); +#endif #else /* * On Linux, try: xdg-open, the FreeDesktop standard way of doing it, -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
