From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: GRUB theming - background Date: Tue, 07 Apr 2020 21:18:07 +0200 Message-ID: <87ftdfp0k0.fsf@nckx> References: <45d15522-a4e8-4d20-8cb7-5d33687a413b@localhost> <87imibp551.fsf@nckx> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47303) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLtjh-0006ul-Pg for help-guix@gnu.org; Tue, 07 Apr 2020 15:18:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLtjg-0006pv-Dn for help-guix@gnu.org; Tue, 07 Apr 2020 15:18:13 -0400 Received: from tobias.gr ([80.241.217.52]:39158) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jLtjf-0006o4-SM for help-guix@gnu.org; Tue, 07 Apr 2020 15:18:12 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 998ce1e2 for ; Tue, 7 Apr 2020 19:18:07 +0000 (UTC) Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id b8a6edae (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 7 Apr 2020 19:18:07 +0000 (UTC) In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable =E7=99=BD=E3=81=84=E7=86=8A, =E7=99=BD=E3=81=84=E7=86=8A =E5=86=99=E9=81=93=EF=BC=9A >> (grub-theme >> (inherit %default-theme) >> (images >> (list (grub-image >> (aspect-ratio 4/3) ; or 16/9, &c., to match=E2=80=A6 >> (file (local-file >> "/home/shiroikuma/0/pictures/grub/gnu-grub.jpg")))))) > > This unfortunately also gives me =E2=80=9Cinvalid field specifier=E2=80= =9D. OK, can you be more specific? =E2=80=98Invalid field specifier=E2=80=99 on= its=20 own doesn't tell us anything. I pasted my previous example into my own system.scm and it built=20 fine: (operating-system =E2=80=A6 (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (target "/boot/efi") (theme (grub-theme ;; This probably makes little sense in=20 practice, ;; unless your image suits the default=20 colours: (inherit %default-theme) (images (list (grub-image (aspect-ratio 4/3) (file (local-file=20 "/home/=E2=80=A6"))))))) (timeout (seconds 1))) =E2=80=A6) What does your operating-system's (bootloader =E2=80=A6) field look like,=20 and what did Guix actually say? Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl6M0e8ACgkQ2Imw8BjF STw81Q//a4lNxjKFLJl+Ym1BNYdy2dNrWFFNGeA8CUltu8HhXMS3yjq5pYL5DBMm is9c4o7tZ5vq7ix+vsGjF9rqQgm6Fy90xku3NVFHDxt75nbv3ZddMY6V0xkqajiL 1JL2e7XKay+C8MEqVjBpFe9XU1YPZCv4ScNao5aSmmbabhRY91zqHqClGX6lHUYc RmswOCiXmM671SyMx16D1W4ctNZqqViJimIArkG0ZT6Fz80KlTIX//aukQpDthL0 Ijor3FIBuXUt+EDjEtomyyZGrVQ7C44BPbEhv0VV2vwBS+O4x8j++5MoiUUalkIX ce3dyTpyrqwseCUH4C4D5KoZOL1MeoIgWT9iH/iKE35ZD9LEIONO0gUkg3FiDhcR oDnOMTegbKTBZ+DQB/1daUpg+CQkw3BUbZPl/UwpzqgxUUnwYPv7tb+ZPdqjP35H wPHdydwBc46KAFb1JLzUPK/c1IJ3YF9hiW6wUiUNpimuMOVysWroky0XK4yuPwaw kmi3w9FRQSDIMkAGOnf5HH//OY1AfvkbL7XXH7ZNm4NRsSlHGuogicIgkVg0Djcz KB1GDXMcYUOVvP6EUq3deZFa6RZeV0iZv2PSXfP5liKN/KnDKeW/i74eCvYX9PpP SwMMX6Ti/+jw+Djc2BOywAQPPvvznqLRmSggW6eDDYpEg8dwW+c= =PH3p -----END PGP SIGNATURE----- --=-=-=--