From unknown Tue Jun 17 01:41:52 2025 X-Loop: help-debbugs@gnu.org Subject: bug#76203: Grub theme gets reset when system generations are deleted. Resent-From: Sughosha Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 11 Feb 2025 14:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76203 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 76203@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173928278727015 (code B ref -1); Tue, 11 Feb 2025 14:07:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Feb 2025 14:06:27 +0000 Received: from localhost ([127.0.0.1]:55250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thquB-00071f-1R for submit@debbugs.gnu.org; Tue, 11 Feb 2025 09:06:27 -0500 Received: from lists.gnu.org ([2001:470:142::17]:33630) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thqu7-00071N-Ic for submit@debbugs.gnu.org; Tue, 11 Feb 2025 09:06:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1thqtx-0001dB-RM for bug-guix@gnu.org; Tue, 11 Feb 2025 09:06:14 -0500 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1thqtv-0007Sz-Ge for bug-guix@gnu.org; Tue, 11 Feb 2025 09:06:13 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1722B25C7C for ; Tue, 11 Feb 2025 15:06:03 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id CHTs90AEpAVU for ; Tue, 11 Feb 2025 15:06:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1739282730; bh=c9L6VYADCX3OZ/y3zktKdhWH8abmhLBFlThGq/ijp80=; h=From:To:Subject:Date; b=PRhMvGlEtiqzlTV5qVdrfSIvOvHxdXivJuCFZZ38GBiL6Nz7F82KVBFthoAsYN+Ut fiIGCdZNRuPWVhY1fNNsnWjKw63fNR9NJkEJ0GsIv+8tEoiDrw0mYjKG1w0c5+0Mku 4nwdgUTNTyds35uiDsJ0vsAfVN2mey1sEkxZo3eJ23SSgMwA6hriWNr8vXDKK/3nuy Dk4+3SW8xAwnm0V/I1G5C9HpUw6p4S+dB7Gj3yna2X7PZkWS1m6AqMR+jiOETkVM27 +ZtCq+Ez5Y0mwVvFFcNHkRh1RjUnch5VQyC1JIq5nLAsNJlo0XV1axNSmoeEyY4CbZ niPLJ+Iy6apaw== From: Sughosha Date: Tue, 11 Feb 2025 19:35:08 +0530 Message-ID: <6126444.lOV4Wx5bFT@localhost.localdomain> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4985828.31r3eYUQgx"; micalg="pgp-sha256"; protocol="application/pgp-signature" Received-SPF: pass client-ip=178.21.23.139; envelope-from=sughosha@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --nextPart4985828.31r3eYUQgx Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8"; protected-headers="v1" From: Sughosha To: bug-guix@gnu.org Subject: Grub theme gets reset when system generations are deleted. Date: Tue, 11 Feb 2025 19:35:08 +0530 Message-ID: <6126444.lOV4Wx5bFT@localhost.localdomain> MIME-Version: 1.0 After running `guix system delete-generations` as root, custom grub theme defined with the operating system definition gets reset to the default theme with Guix logo. After reconfiguring the system again, the custom theme appears. Expected result is to keep the theme as is even after deleting generations. -- Sughosha --nextPart4985828.31r3eYUQgx Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE6tGJ5HmbXl6yCioZzbwL2VlDpwYFAmerWRQACgkQzbwL2VlD pwYYTxAAoRaBn+vwha01QWMLEkqr8/6wsJ0dSQLRQ2rbEtX5GVMpI0QzMy3mzmsA B7Fy59zq3hWm1epAAkhZqgUlkOZ5+zbarrKK3gt2O2n1bpj6aEqSUC9qaCal3xNv cT8qN49tNoPD9M4ouzAfN0w+iqUE4OXIg+VQEC3o+ZEyP+GD4KVXyH6a4zhTmK3a I29qTmiGRvbZVw/0wyuvAmLNn3Mh2QSRDBeRFnq6i5YAIEoIPSQjCich31uZY0fd k+VbFnovRZuqY9LnB8uO+KxAyH+i5U8ta16hZt8A2occLB9zD2NdM69YTDa+Y0Yk L+OaKQp9oAHn4loddLnKMDsoJonVMS65L/Jbig6Ft4P1LQDtP6KNc7q/K3dfAq+O lpIfIsUkQ9p456r6xGrMdX522hEDx23dBPnBcPzxP/TAfL5PamKcMSEkwnbAiZDR 5G0ns6TEEmfDkMybTV+7lLIDIKFH+aRqA+KbrpqcMYUYvEGMpMJkHG1VPS8SZYIQ cPgPpMxdr8OUEIplpBJQsK5iGMPHe79Mp4ZWX9SuM+owALxzGqEgNOf5+zW96UL9 bnV0A90M9aih+GLKPVbVRubSsdCltOBvoKvCx63Ic3vOaCgQMQZ26Jr10mBaJLwE dNaOeSIaRtzeJu86JLir0rA/f9J+vMtGL1rS6SQQFrMYrl4LVYY= =pIOP -----END PGP SIGNATURE----- --nextPart4985828.31r3eYUQgx--