From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 02 02:53:45 2025 Received: (at submit) by debbugs.gnu.org; 2 Feb 2025 07:53:45 +0000 Received: from localhost ([127.0.0.1]:32960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1teUnZ-0001QW-2b for submit@debbugs.gnu.org; Sun, 02 Feb 2025 02:53:45 -0500 Received: from lists.gnu.org ([2001:470:142::17]:43694) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1teUnW-0001QD-9r for submit@debbugs.gnu.org; Sun, 02 Feb 2025 02:53:43 -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 1teUnN-0005h8-Ar for guix-patches@gnu.org; Sun, 02 Feb 2025 02:53:33 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1teUnL-0002YJ-Jc for guix-patches@gnu.org; Sun, 02 Feb 2025 02:53:33 -0500 Received: from localhost.localdomain (unknown [91.183.211.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id B26E14E60; Sun, 2 Feb 2025 07:53:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1738482808; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=4eE+gmLBLf5QlpW8AEaFr/R7dEUeJPypi4epR86oipc=; b=AfNXtwAvJeKzPSDluad4VB0p7RD4dfO34N1KzQYN18SlqLg7i6lRVpHowdIw9Sgd2hCBpa xz6KoUMkNA0/9vyvgGFpFHISMIJHOB7ZoICmgmq2N8zGt3Qazh99qa1mtdlvprMsEI0IOw Gk5rQPN6CxtKfBYH4s+7wGrQS6htbjc= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: wlogout: Fix paths to assets Date: Sun, 2 Feb 2025 07:53:20 +0000 Message-ID: <8070de2fbd31d70043b18663257c7cc2d5338ca5.1738482800.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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, 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-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA 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 (/) * gnu/packages/wm.scm (wlogout): [#:phases] : Substitute paths in style.css. Change-Id: I128581608e29294cbc4165e9ebd7d1e505e90b4f --- gnu/packages/wm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index dbec72698a..240f8cd3a3 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -75,7 +75,7 @@ ;;; Copyright © 2024 bigbug ;;; Copyright © 2024 dan ;;; Copyright © 2024 Wamm K. D. -;;; Copyright © 2024 Ashish SHUKLA +;;; Copyright © 2024, 2025 Ashish SHUKLA ;;; Copyright © 2024 Josep Bigorra ;;; Copyright © 2024 Jakob Kirsch ;;; Copyright © 2025 Tomáš Čech @@ -3804,7 +3804,7 @@ (define-public wlogout (add-after 'unpack 'patch-source-paths (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) - (substitute* "main.c" + (substitute* (list "main.c" "style.css") (("/usr/share") (string-append out "/share")) (("/etc") (string-append out "/etc")))) #t))))) base-commit: b64d3168af697ceb2a96e7e2c62bcf418b8a586a -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 08 07:52:05 2025 Received: (at 76005) by debbugs.gnu.org; 8 Feb 2025 12:52:05 +0000 Received: from localhost ([127.0.0.1]:39065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgkJZ-0004o0-3X for submit@debbugs.gnu.org; Sat, 08 Feb 2025 07:52:05 -0500 Received: from 17.mo561.mail-out.ovh.net ([87.98.178.58]:41523) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tgkJS-0004nG-12 for 76005@debbugs.gnu.org; Sat, 08 Feb 2025 07:52:02 -0500 Received: from director10.ghost.mail-out.ovh.net (unknown [10.108.9.41]) by mo561.mail-out.ovh.net (Postfix) with ESMTP id 4YqrMH0jkKz1RVc for <76005@debbugs.gnu.org>; Sat, 8 Feb 2025 12:51:54 +0000 (UTC) Received: from ghost-submission-5b5ff79f4f-fx5sd (unknown [10.110.188.65]) by director10.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 985491FE76; Sat, 8 Feb 2025 12:51:54 +0000 (UTC) Received: from ngraves.fr ([37.59.142.108]) by ghost-submission-5b5ff79f4f-fx5sd with ESMTPSA id /DJ/GGpTp2dlwAoAe5C8Xg (envelope-from ); Sat, 08 Feb 2025 12:51:54 +0000 Authentication-Results: garm.ovh; auth=pass (GARM-108S002b8d44cb3-24ef-4f58-9f4d-64ca1b727b58, B9B3EB819D705B48BCC1B9D6DA0120182D6A12E0) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 90.92.117.144 From: Nicolas Graves To: control@debbugs.gnu.org,76005@debbugs.gnu.org Subject: QA review for 76005 Date: Sat, 08 Feb 2025 13:51:53 +0100 Message-ID: <87seoo38gm.fsf@ngraves.fr> MIME-Version: 1.0 Content-Type: text/plain X-Ovh-Tracer-Id: 6010616656349028980 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdefvddvhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecunecujfgurhephffvufffkfggtgesthdtredttddttdenucfhrhhomheppfhitgholhgrshcuifhrrghvvghsuceonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqeenucggtffrrghtthgvrhhnpeeujeelieeljeffhfelteejtdeljeehveduffelvefgudefkeehgfdvvdevgeevfeenucfkphepuddvjedrtddrtddruddpledtrdelvddruddujedrudeggedpfeejrdehledrudegvddruddtkeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeduvdejrddtrddtrddupdhmrghilhhfrhhomhepnhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrpdhnsggprhgtphhtthhopedupdhrtghpthhtohepjeeitddtheesuggvsggsuhhgshdrghhnuhdrohhrghdpoffvtefjohhsthepmhhoheeiudgmpdhmohguvgepshhmthhpohhuth DKIM-Signature: a=rsa-sha256; bh=TSbZ3Hlvz4AAVGUFn2vqf+XBTRJ6vcxmQSNPMjXxkvI=; c=relaxed/relaxed; d=ngraves.fr; h=From; s=ovhmo4487190-selector1; t=1739019115; v=1; b=o8kDP7s1/b4XVrSrj3MXmymWgkNc51TeM47iQbjeBFDr2IBv+dXYH95S/RCzT7LQmyxvzkKK Ew3xJEGEcoriYQLYH1G0vodGfsAV6rKFkR3OXrVWiHTw5cPr519jN0emdqHMB0Xe61deLXQPtqB mBg5o+i4ok9EK3VN5ugfhLHnaC8Kbe5OIMCEjaYIVoQS+a9BwuGcnU74W5FCuCF1AUAnp5Ws6Lg jycrOBIqy/0vR/FbDyTi9npR3PfGDTbCj0bf40vTR401Fg+d4P69eTLCYhETRcOyoyki4IEOZNO T0F1kUPpk8Bvz+Spi30BCsfmSakslIBV6Sd1zG8LaF0xA== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76005 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: -1.0 (-) user guix usertag 76005 + reviewed-looks-good thanks Guix QA review form submission: I would reword a bit the commit message (adding a dot, and I also often use [arguments]<#:phases> instead). Otherwise LGTM, I can confirm the claimed fix indeed happens (checked with diffoscope). Marking as reviewed-looks-good. Items marked as checked: Lint warnings, Package builds -- Best regards, Nicolas Graves From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 12 04:42:10 2025 Received: (at 76005-done) by debbugs.gnu.org; 12 Feb 2025 09:42:10 +0000 Received: from localhost ([127.0.0.1]:60951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ti9Fx-0008SU-Tp for submit@debbugs.gnu.org; Wed, 12 Feb 2025 04:42:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60560) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ti9Fu-0008Ru-Hm for 76005-done@debbugs.gnu.org; Wed, 12 Feb 2025 04:42:07 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ti9Fn-0003qM-UY; Wed, 12 Feb 2025 04:41:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=2sl/H/GyBjV0AZg5DI1SuO3v7UaTvSrUu1M4pElNHUw=; b=cpEXsFoT16dBwzqaNc+6 Z0EmRV3Vm6Gj71Taj4MkSE6J/Hwm6AY76dsbNL3fFv4s05nfdn+RFOKPMjns8LXUKssZXsEqc4Hdq AYWhG8O3Eco5+QKZhGZNEGRKCZjG875CLWOP5D58SgKb0++f9ANWTPV6DbpJX44Ohb1sAY9VCeYZ1 8IZ463ThHSgP9MoGhVBA4w6y7N1EYIb7PvoTa8J3aGqfsxCiRdyqUk+bkgzJ60uCPLYQAlYOyaCOs 3oRGZ6Onddb8+kK8STh0ZV0QtQ/8niPAOBhjQedfH+r6wi/p659oC0oUCRJVcS9a02YkhRfZXScbm WOapwxzR7MByZg==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ashish SHUKLA Subject: Re: [bug#76005] [PATCH] gnu: wlogout: Fix paths to assets In-Reply-To: <8070de2fbd31d70043b18663257c7cc2d5338ca5.1738482800.git.ashish.is@lostca.se> (Ashish SHUKLA's message of "Sun, 2 Feb 2025 07:53:20 +0000") References: <8070de2fbd31d70043b18663257c7cc2d5338ca5.1738482800.git.ashish.is@lostca.se> Date: Wed, 12 Feb 2025 10:41:48 +0100 Message-ID: <87zfir7b4z.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 76005-done Cc: Nicolas Graves , 76005-done@debbugs.gnu.org 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: -3.3 (---) Hi, Ashish SHUKLA skribis: > * gnu/packages/wm.scm (wlogout): [#:phases] > : Substitute paths in style.css. > > Change-Id: I128581608e29294cbc4165e9ebd7d1e505e90b4f Applied. Thank you and thanks Nicolas! Ludo=E2=80=99. From unknown Tue Jun 17 20:28:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 12 Mar 2025 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator