unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* GRUB theming - background
@ 2020-04-07 16:48 白い熊
  2020-04-07 17:39 ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 13+ messages in thread
From: 白い熊 @ 2020-04-07 16:48 UTC (permalink / raw)
  To: help-guix

Hi Guix:

I have this nice GNU hacker background that ages ago some system installed as the GRUB background then. I'd like to use it as GRUB background in Guix System now.

I tried to set it thus, along the lines of GRUB theming instruction in the manual:

(grub-configuration
(theme (grub-theme
(inherit %default-theme)
(background_image '("/home/shiroikuma/0/pictures/grub/gnu-grub.jpg")))))

But it doesn't work — gives me an invalid field specifier — so
I guess “background_image” cannot be specified this way. Any other way to do it?

-- 
Best regards / 宜しく御願い致します / S pozdravem / C уважением / Z poważaniem /
Mit freundlichen Grüßen
白い熊

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: GRUB theming - background
@ 2020-09-15  6:13 Stefan
  0 siblings, 0 replies; 13+ messages in thread
From: Stefan @ 2020-09-15  6:13 UTC (permalink / raw)
  To: help-guix_gnu.org; +Cc: help-guix

Hi 白い熊!

The handling of background images for GRUB got improved. Now PNG files are supported, too.

Change your code to something like this:

(theme (grub-theme (resolution '(1920 . 1080))
                   (image (local-file "/home/shiroikuma/0/pictures/grub/gnu-grub.png")))


Bye

Stefan




^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-09-15 17:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 16:48 GRUB theming - background 白い熊
2020-04-07 17:39 ` Tobias Geerinckx-Rice
2020-04-07 17:58   ` 白い熊
2020-04-07 19:18     ` Tobias Geerinckx-Rice
2020-04-07 20:06       ` 白い熊
2020-04-09 15:08         ` 白い熊
2020-04-14 10:18           ` ison
2020-04-16 16:06             ` 白い熊
2020-09-12 14:53               ` 白い熊
2020-09-14 21:27                 ` Joshua Branson
2020-09-15  5:39                   ` 白い熊
2020-09-15 17:07                     ` Joshua Branson
  -- strict thread matches above, loose matches on Subject: below --
2020-09-15  6:13 Stefan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).