From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOroM-0005m9-MJ for qemu-devel@nongnu.org; Fri, 20 Feb 2015 12:56:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOroH-0008TB-4V for qemu-devel@nongnu.org; Fri, 20 Feb 2015 12:56:22 -0500 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:41106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOroG-0008T7-Tp for qemu-devel@nongnu.org; Fri, 20 Feb 2015 12:56:17 -0500 Received: by mail-wi0-f178.google.com with SMTP id em10so4592038wid.5 for ; Fri, 20 Feb 2015 09:56:16 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54E7753C.7090704@redhat.com> Date: Fri, 20 Feb 2015 18:56:12 +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> In-Reply-To: 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 On 20/02/2015 18:32, Programmingkid wrote: >> Ok, so I'll apply v3 to my tree as soon as I get a Tested-by. >> Please take a look into providing a .rsrc file with larger-sized >> icons (I think you can add more than one to a single .rsrc file?) >> and, when you do that, document in pc-bios/README how the >> resources were built. > > 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. Paolo