[MonoDevelop] Problem starting MonoDevelop 1.9 on Mac

Herald harold.johnson at gmail.com
Wed Jan 7 15:02:13 EST 2009


Are you running 10.4 or earlier?

I'm currently running 10.4.11.


Sandy Armstrong wrote:
> You may be experiencing this bug:
> 
> https://bugzilla.novell.com/show_bug.cgi?id=439041
> 
> Instructions for fixing it are in comment #3.

I followed your instructions and now I finally have MonoDevelop up and
running on my PowerBook! Thank you, Sandy. I'm going to post the solution
you referenced here for future reference, as drawn from the bug report
comments at https://bugzilla.novell.com/show_bug.cgi?id=439041 :

Replace the last line of
/Applications/MonoDevelop.app/Contents/MacOS/monodevelop with this:

OSX_VERSION=$(uname -r | cut -f1 -d.)

if [ $OSX_VERSION -lt 9 ]; then
        $MONO $ASSEMBLY "$@"
else
        exec -a monodevelop $MONO $ASSEMBLY "$@"
fi
-- 
View this message in context: http://www.nabble.com/Problem-starting-MonoDevelop-1.9-on-Mac-tp21265543p21339153.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.



More information about the Monodevelop-list mailing list