[Mono-osx] Mono-Dev fails to launch OS X 10.4.11

Kevin Heeney koheeney at gmail.com
Tue Dec 16 23:10:57 EST 2008


The following was posted about a month ago.  Changing the line in the  
file worked for me.




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







On Dec 14, 2008, at 3:54 PM, LetsGoViking wrote:

>
>
> I've just finished DL'ing the Framework and the dev kit, but when I  
> launch
> Mono-Develop it appears in the Dock, but nothing more.  There is no  
> menu
> bar, nada.  System logs show nothing, and when I right click the  
> icon in the
> Dock, it tells the application is not responding.  This is on an  
> iMac G5,
> 2.1 Ghz PPC, 1.5 gig Ram.
>
> Any thoughts?
>
> Thanks,
> -- 
> View this message in context: http://www.nabble.com/Mono-Dev-fails- 
> to-launch-OS-X-10.4.11-tp21005126p21005126.html
> Sent from the Mono - OSX mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx



More information about the Mono-osx mailing list