[Mono-osx] Unable to Open MonoDevelop Please Help
Marc Christensen
mchristensen at novell.com
Wed Nov 19 18:55:37 EST 2008
Sandy Armstrong wrote:
> How long ago did you download MonoDevelop.app from the Mono website? I
> was pretty sure this got fixed, but then again, this bug is still open:
>
> https://bugzilla.novell.com/show_bug.cgi?id=439041
>
> Try downloading again to make sure you have the latest. If that doesn't
> work, you may need to modify the last line of this file:
>
> /Applications/MonoDevelop.app/Contents/MacOS/monodevelop
>
> From this...
>
> exec -a monodevelop $MONO $ASSEMBLY "$@"
>
> ...To this...
>
> OSX_VERSION=$(uname -r | cut -f1 -d.)
>
> if [ $OSX_VERSION -lt 9 ]; then
> $MONO $ASSEMBLY "$@"
> else
> exec -a monodevelop $MONO $ASSEMBLY "$@"
> fi
This is fixed in the mono-develop-1.9.1-1.dmg I made today. If there
are no more issues found by Rusty in his test run, it should be
available tomorrow I think.
--
Marc Christensen
http://www.novell.com
More information about the Mono-osx
mailing list