From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QGXiCbpTYF9vXgAA0tVLHw (envelope-from ) for ; Tue, 15 Sep 2020 05:40:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 8FVlBLpTYF9xeAAAB5/wlQ (envelope-from ) for ; Tue, 15 Sep 2020 05:40:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BBD359403A7 for ; Tue, 15 Sep 2020 05:40:03 +0000 (UTC) Received: from localhost ([::1]:34358 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kI3hC-0005o2-3l for larch@yhetil.org; Tue, 15 Sep 2020 01:40:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45470) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kI3gR-0005nX-Lc for help-guix@gnu.org; Tue, 15 Sep 2020 01:39:17 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:49642) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kI3gP-0008PQ-UO for help-guix@gnu.org; Tue, 15 Sep 2020 01:39:15 -0400 Received: from ip-37-188-252-22.eurotel.cz ([37.188.252.22] helo=[127.0.0.1]) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kI3gO-0006KJ-8F for help-guix@gnu.org; Tue, 15 Sep 2020 01:39:12 -0400 Date: Tue, 15 Sep 2020 05:39:09 +0000 (UTC) From: =?UTF-8?B?55m944GE54aK?= To: help-guix@gnu.org Message-ID: In-Reply-To: <871rj4uk01.fsf@dismail.de> References: <45d15522-a4e8-4d20-8cb7-5d33687a413b@localhost> <87imibp551.fsf@nckx> <87ftdfp0k0.fsf@nckx> <6fa7cc43-6136-4611-8d05-9fa046e5f186@localhost> <20200414101829.hophwmzn35udvtll@n0> <580702cf-95f7-4f6d-9067-a3d764596f68@localhost> <1545dfbd-2a60-4ad8-bef9-4dce952fa17d@sumou.com> <871rj4uk01.fsf@dismail.de> Subject: Re: GRUB theming - background MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Correlation-ID: Received-SPF: none client-ip=104.248.1.95; envelope-from=help-guix_gnu.org@sumou.com; helo=minsky.hcoop.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/15 01:39:12 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: 0 X-Spam_score: 0.0 X-Spam_bar: / X-Spam_report: (0.0 / 5.0 requ) BAYES_20=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: bhUfb7fhAIDk I'm using the code proposed in the beginning of this thread, namely: (bootloader (bootloader-configuration (bootloader grub-bootloader) (target "/dev/sda") (theme (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.svg")))))))) And it was working before the latest Guix git pull =E2=80=94 it reconfigure= d the system and themed Grub. Now it gives the error mentioned. --=20 Best regards / =E5=AE=9C=E3=81=97=E3=81=8F=E5=BE=A1=E9=A1=98=E3=81=84=E8=87= =B4=E3=81=97=E3=81=BE=E3=81=99 / S pozdravem / C =D1=83=D0=B2=D0=B0=D0=B6= =D0=B5=D0=BD=D0=B8=D0=B5=D0=BC / Z powa=C5=BCaniem / Mit freundlichen Gr=C3=BC=C3=9Fen =E7=99=BD=E3=81=84=E7=86=8A Sep 14, 2020 11:27:29 PM Joshua Branson : > I'm not certain how to resolve the error, but that is a syntax error. > Your error message is saying "Hey pal!=C2=A0 You code is almost working, = but > you have a syntax error around your (images ...)=C2=A0 code." >=20 > Is "images" the proper syntax? >=20 > Also, it's also very helpful when you paste your code along with the > error message.=C2=A0 That can help people better assist you.=C2=A0 Good l= uck!=C2=A0 :) >=20