From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id KDJHE9N+YF+ZXwAA0tVLHw (envelope-from ) for ; Tue, 15 Sep 2020 08:44:03 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 4JSbDdN+YF9zQgAAbx9fmQ (envelope-from ) for ; Tue, 15 Sep 2020 08:44:03 +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 E28AF940704 for ; Tue, 15 Sep 2020 08:44:02 +0000 (UTC) Received: from localhost ([::1]:59498 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kI6ZF-0003lU-Mv for larch@yhetil.org; Tue, 15 Sep 2020 04:44:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51184) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kI4Dj-0004qu-AX for help-guix@gnu.org; Tue, 15 Sep 2020 02:13:39 -0400 Received: from vsmx009.vodafonemail.xion.oxcs.net ([153.92.174.87]:9135) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kI4Dh-0003jK-Dr for help-guix@gnu.org; Tue, 15 Sep 2020 02:13:38 -0400 Received: from vsmx001.vodafonemail.xion.oxcs.net (unknown [192.168.75.191]) by mta-5-out.mta.xion.oxcs.net (Postfix) with ESMTP id 24644159F55F; Tue, 15 Sep 2020 06:13:31 +0000 (UTC) Received: from macbook-pro.kuh-wiese.my-router.de (unknown [188.100.45.56]) by mta-5-out.mta.xion.oxcs.net (Postfix) with ESMTPA id C95A4159F6C9; Tue, 15 Sep 2020 06:13:26 +0000 (UTC) From: Stefan Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: GRUB theming - background Date: Tue, 15 Sep 2020 08:13:28 +0200 Message-Id: <697650CD-FD9E-4F6A-92D5-FB3ADF3908A9@vodafonemail.de> To: help-guix_gnu.org@sumou.com Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-VADE-STATUS: LEGIT Received-SPF: pass client-ip=153.92.174.87; envelope-from=stefan-guix@vodafonemail.de; helo=vsmx009.vodafonemail.xion.oxcs.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/15 02:13:31 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 15 Sep 2020 04:42:23 -0400 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: , Cc: help-guix@gnu.org 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: 0.49 X-TUID: mqgsPocBK23Z Hi =E7=99=BD=E3=81=84=E7=86=8A! 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