From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WnYLD-0004EK-SN for mharc-grub-devel@gnu.org; Thu, 22 May 2014 15:07:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnYL5-0004Dk-CU for grub-devel@gnu.org; Thu, 22 May 2014 15:07:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnYKy-0007hm-9H for grub-devel@gnu.org; Thu, 22 May 2014 15:07:39 -0400 Received: from p3plsmtpa06-07.prod.phx3.secureserver.net ([173.201.192.108]:41167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnYKx-0007hT-W7 for grub-devel@gnu.org; Thu, 22 May 2014 15:07:32 -0400 Received: from [192.168.1.110] ([73.50.64.254]) by p3plsmtpa06-07.prod.phx3.secureserver.net with id 56bn1o0055V8ETM016boxR; Thu, 22 May 2014 11:35:51 -0700 X-Sender: john@prpcompany.com Message-ID: <537E4380.9040104@prpcompany.com> Date: Thu, 22 May 2014 14:35:44 -0400 From: John Hupp User-Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: Grub2 theme error: "png: interlace method not supported" References: <537D2552.6090208@prpcompany.com> <20140522173208.GB1741@pavo.local> In-Reply-To: <20140522173208.GB1741@pavo.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 173.201.192.108 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 19:07:46 -0000 On 5/22/2014 1:32 PM, Chris Jones wrote: > On Wed, May 21, 2014 at 06:14:42PM EDT, John Hupp wrote: > >> I'm trying to design a theme, and I'm using a certain png file for >> both desktop-image and GRUB_BACKGROUND. After I update-grub and >> reboot, I get error: png: interlace method not supported. > [...] > > Open the png in the Gimp and "export" (file menu) it to whatever.png. > You will be presented with a popup with "advanced options". Uncheck > "progressive" before clicking "Export". > > If I understand the message correctly this should solve your problem. > > CJ > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel Exporting to a png without interlacing solved the problem. Thanks for the help!