From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YP6wm-0005Md-PB for qemu-devel@nongnu.org; Sat, 21 Feb 2015 05:06:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YP6wh-0007ng-Po for qemu-devel@nongnu.org; Sat, 21 Feb 2015 05:06:04 -0500 Received: from mail-we0-x231.google.com ([2a00:1450:400c:c03::231]:45499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YP6wh-0007nW-I0 for qemu-devel@nongnu.org; Sat, 21 Feb 2015 05:05:59 -0500 Received: by wesw62 with SMTP id w62so9619818wes.12 for ; Sat, 21 Feb 2015 02:05:59 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54E85882.2060605@redhat.com> Date: Sat, 21 Feb 2015 11:05:54 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <24F20DD4-DD6D-4071-B45F-3CFF81AB419C@gmail.com> <54E5B33D.4000803@redhat.com> <54E72A54.9040807@redhat.com> <4F2700DA-D7EC-4329-9DA6-CCEA27F0E56E@gmail.com> <54E7694A.1050409@redhat.com> <54E7753C.7090704@redhat.com> <91397D2D-5C29-4DA3-8A51-F5F810DE126B@gmail.com> In-Reply-To: <91397D2D-5C29-4DA3-8A51-F5F810DE126B@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Makefile.target: set icon for binary file on Mac OS X List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: Peter Maydell , qemu-devel qemu-devel > > > When I was inspecting the icon using the genie feature of Mac OS X's > > > dock, the icon looked very sharp at full size, so I didn't see a > > > problem with it. What size do you have in mind? > > > > I was thinking of 16x16, 32x32, 48x48 and 128x128. > > What advantages do you think this would give us? Doesn't Mac OS X already resize the icon for you? 128x128 is used in the Finder in some cases IIRC. Downsizing from 128x128 to 16x16 isn't great, so whatever sizes are already in the .ico file should be kept (these are 16x16, 32x32 and 48x48) especially if you saw that the 48x48 icon is sharp in the dock. But remember that this is just a nit. Paolo