RFC: Wine Icons

Markus Hitter mah at jump-ing.de
Fri Nov 14 13:21:19 CST 2008


Am 14.11.2008 um 18:46 schrieb Branan Riley:

> On Mac, you should use the native mac icons, but that might not  
> work to do Obj-C issues

On the Mac, icons are stored in separate files, so there's no need  
for system calls or Obj-C. Find them with

   find /System -name \*.icns

Unfortunately, they are in the uncommon ICNS format. Here's a  
procedure to convert them to the PNG format:

<http://slaptijack.com/graphics-design/converting-mac-os-x-icon-files- 
to-png/>

I have the "sips" tool mentioned there installed, so it's likely part  
of the standard distribution.


MarKus

- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/







More information about the wine-devel mailing list