How I create wine app launcher icons on the Mac

Steven Edwards winehacker at gmail.com
Tue Sep 15 02:07:37 CDT 2009


On Mon, Sep 14, 2009 at 5:33 PM, Steven Edwards <winehacker at gmail.com> wrote:
> Right but what happened to the png image?

OK so I looked at it a bit more in depth and understand what your
going for now. So you are embedding the png as a resource fork of the
png image but then using the png as a script. You kind of lost me
before but it makes sense now. It's creative but not the correct way
to do what we want.

All that really needs to be done to fix the patch I have is to convert
the raw C io-ops to use the Carbon functions for writing out the plist
and add a helper to function do the conversion from png to icns. I
suspect we might be able to go from png to tiff to icns using OS X
builtin tools and spawn* to do the magic. At the worst case we need to
write a helper function to convert the format.

Thanks
-- 
Steven Edwards

"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo



More information about the wine-devel mailing list