On Feb 20, 2015, at 6:41 AM, Paolo Bonzini wrote:

> 
> 
> On 19/02/2015 21:51, Programmingkid wrote:
>> This patch sets the icon for the QEMU binary on Mac OS X.
>> 
>> Signed-off-by: John Arbuckle <programmingk...@gmail.com>
>> 
>> ---
>> Added conditional code to make the icon setting happen only on Mac OS X. 
> 
> Applied, but I'd like a "Tested-by" from Peter Maydell or another OS X
> user.  Also, before sending a pull request I'll also check on my
> in-laws' Mac (which I found has gcc installed) whether it also has Rez
> and SetFile.
> 
> Paolo

I did some looking myself and found out that the Rez and SetFile command are 
missing on Mac OS 10.4 (and probably below). They are available on Mac OS 10.5 
and Mac OS 10.6. Since this feature isn't important, I can add conditional code 
that would check to see if the Rez and SetFile commands are available on the 
computer before using them. The thing is Mac OS 10.4 and under appear to be no 
longer supported by QEMU, so this might not be a problem. 

Reply via email to