help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GRUB theming - background


From: 白い熊
Subject: Re: GRUB theming - background
Date: Tue, 15 Sep 2020 05:39:09 +0000 (UTC)

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…
(file (local-file "/home/shiroikuma/0/pictures/grub/gnu-grub.svg"))))))))

And it was working before the latest Guix git pull — it reconfigured the system 
and themed Grub. Now it gives the error mentioned.
-- 
Best regards / 宜しく御願い致します / S pozdravem / C уважением / Z poważaniem /
Mit freundlichen Grüßen

白い熊

Sep 14, 2020 11:27:29 PM Joshua Branson <jbranso@dismail.de>:

> I'm not certain how to resolve the error, but that is a syntax error.
> Your error message is saying "Hey pal!  You code is almost working, but
> you have a syntax error around your (images ...)  code."
> 
> Is "images" the proper syntax?
> 
> Also, it's also very helpful when you paste your code along with the
> error message.  That can help people better assist you.  Good luck!  :)
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]