[Mono-osx] MacPack Update

Aaron Flynt aaron at aaronflynt.com
Thu Sep 15 20:13:47 EDT 2005


I haven't actually used the new macpack, but I checked out the script  
in SVN and created a test app bundle with the changes to the LOADER  
script. Using the new script my app launches with 2 main windows one  
real one and one vestigial one.

The duplicate window issue seems to have something to do with the  
symlinked mono being in the same directory as the app .exe. Changing  
the last lines of the script to the following fixes the problem for me:

else
     if [ -f "bin/$APP_NAME" ]; then rm -f ./bin/$APP_NAME ; fi
     mkdir bin
     ln -s `which mono` "./bin/$APP_NAME"
     "./bin/$APP_NAME" "$ASSEMBLY"
fi

-=Aaron=-

On Sep 15, 2005, at 9:04 AM, kangaroo wrote:

> I just commited a bugfix to macpack.  It will now display the  
> bundle name (whatever the .app is named) instead of "mono" for  
> macpacked executables.
>
> You'll need a macpack compiled from todays SVN to take advantage of  
> this new feature.
>
> -kangaroo
>
> _______________________________________________
> 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