From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [ART] Background image for GRUB Date: Sat, 08 Nov 2014 15:22:06 +0100 Message-ID: <87tx29zsa9.fsf@gnu.org> References: <54594B40.9040008@openmailbox.org> <545951BE.5080301@gnu.org> <87tx2d6aog.fsf@gnu.org> <545A2FAF.3030103@gnu.org> <87ppd12yjm.fsf@gnu.org> <545A9679.50503@openmailbox.org> <87ioismz01.fsf@gnu.org> <545B9D25.4030207@openmailbox.org> <87ioisgsky.fsf@gnu.org> <545BCA6F.3030907@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xn6u5-0003oU-46 for guix-devel@gnu.org; Sat, 08 Nov 2014 09:22:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xn6u0-000397-IU for guix-devel@gnu.org; Sat, 08 Nov 2014 09:22:13 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:50609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xn6u0-00038x-BA for guix-devel@gnu.org; Sat, 08 Nov 2014 09:22:08 -0500 In-Reply-To: <545BCA6F.3030907@openmailbox.org> ("Felipe \=\?utf-8\?Q\?L\=C3\=B3\?\= \=\?utf-8\?Q\?pez\=22's\?\= message of "Thu, 06 Nov 2014 14:22:23 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Felipe =?utf-8?Q?L=C3=B3pez?= Cc: guix-devel@gnu.org Felipe L=C3=B3pez skribis: > Done. The SVG is in the repository now. Thanks! Commit 99ae9ce does preliminary integration. I tested it on VMs as well as raw hardware, and it works well. :-) There are a couple of shortcomings: 1. I didn=E2=80=99t know how to get the screen=E2=80=99s aspect ratio so = that grub.cfg would load the right image. Any ideas? 2. =E2=80=98set color_normal=E2=80=99 and similar only allow the use of c= olor names (see color.c in GRUB), so I wasn=E2=80=99t able to specify the right c= olors for the menu items and border. Apparently there=E2=80=99s a CSS-like theme format. Would you be able= to come up with the right incantation? The code for this is at . Thanks, Ludo=E2=80=99.