From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id qOBuOs7gFGTmbgAASxT56A (envelope-from ) for ; Fri, 17 Mar 2023 22:51:11 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id IOiuOc7gFGQzxQAAG6o9tA (envelope-from ) for ; Fri, 17 Mar 2023 22:51:10 +0100 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 A17A8448BF for ; Fri, 17 Mar 2023 22:51:10 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=m44o+VRG; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679089870; h=from:from:sender:sender: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:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=yTf7jdlm5Fqv01KlNVxmznUpEhDtomMXc8aSa8U/BUg=; b=ul01iNcnogFwH5g6ULI0zvoBluC4WsB7fVAGG8lURnw3IBvp5uDBiJgrmoYIFMXtgX61Vd DjHwYIAfaKXTe7yv8jlXsE2fh9391DNXOF0ZRTeeehk3+WgBq4+Q2DNQWHebVE0DZTMdie rdqwffx4c9veXM56jEIA70q8F9gPAXPvXNb8DU8odlYn7OcYnWnbU4IIXQE8YEUNM0iRtw AYRSoh5HrE59QczeuUdyP+i8AZE7tgbnS3Vb4zbDKU9zwt9BamDqiA4C2PwIGq9QIJ1uRr qFsdHnjDDaJAkhwPhq54wJKVROVHQCh+N05RQD0TvcSrCqF8QClLa3oNIAhiKA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=m44o+VRG; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679089870; a=rsa-sha256; cv=none; b=JOCb5n0YnWA2Q2lb+EJ4rXTtHoiEpwD/oP+35Ur2zYGhuS2Wtvin5Sc7x/Hko/5TrvVeTQ w+pyHcOXO9j+Zhqw1Dopn0M6Y8eqxvwONofG3GxqFDsWjiCGmNx5C3TT9QMUEFBLyKfDnM P3WCZXSyiAQ0ERT+zdmtOvAd7XDJ04+nFaFxss9NbGDyXBKzxIaqEblWeyYZbaorG1neN9 nGF1ZwcQv4veqtZbpySK5OLCm3V4pFAcJ0ZjEK3S7jyquyQdtkXfzpvfV1QP95HKw7VbU8 qlMc3JGinz0aTXkbUTw3vzyEhTILcpjZmOIU8aHJODk89nwULjPqQiBgUp0Gvw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pdHyZ-00081q-Ug; Fri, 17 Mar 2023 17:51:03 -0400 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 1pdHyY-00081S-MM for guix-patches@gnu.org; Fri, 17 Mar 2023 17:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pdHyY-0004Zb-EM for guix-patches@gnu.org; Fri, 17 Mar 2023 17:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pdHyY-0001xN-AT for guix-patches@gnu.org; Fri, 17 Mar 2023 17:51:02 -0400 Subject: bug#62101: [PATCH v3] home: services: Add home-xmodmap-service-type. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2023 21:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62101 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: conses Cc: 62101-done@debbugs.gnu.org Mail-Followup-To: 62101@debbugs.gnu.org, ludo@gnu.org, contact@conses.eu Received: via spool by 62101-done@debbugs.gnu.org id=D62101.16790898507480 (code D ref 62101); Fri, 17 Mar 2023 21:51:02 +0000 Received: (at 62101-done) by debbugs.gnu.org; 17 Mar 2023 21:50:50 +0000 Received: from localhost ([127.0.0.1]:45812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdHyL-0001wZ-VM for submit@debbugs.gnu.org; Fri, 17 Mar 2023 17:50:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40914) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdHyJ-0001wK-MS for 62101-done@debbugs.gnu.org; Fri, 17 Mar 2023 17:50:48 -0400 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 1pdHyD-0004RX-OZ; Fri, 17 Mar 2023 17:50:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=yTf7jdlm5Fqv01KlNVxmznUpEhDtomMXc8aSa8U/BUg=; b=m44o+VRG6FBoGBZgxy0q 3GpE9wKeZ7YFFzVHJi8mSdT87V/+TXkMTgbm8RsaRkoQwyXSE0OKAkBbZ+lC4Kzb/ugXelo9VCeOU Crt/1T224c1yyDvMXQ6dHi9SorJvB6SEAeLUtVa8VyXs6NcfBleTGDMFnkg4f+RYTn8aiA8g9nBQc mz4WckXO51cRBrn7oibQY+f7w2xMYmSs3ahJog/mdcIam9IZJCGnn7heWueZ7jn1gyNrmY0EOG3y1 m5DUbA+Pn3XwvjXIzi3iSnSs3GPNk+PuR04dClXw02dTC2iGSO3sf8KUkCAvCqzDRR1c2ZU3qwePC qc9Zu0WyXyRzSQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pdHyD-0007BJ-8p; Fri, 17 Mar 2023 17:50:41 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <863563oa44.fsf@conses.eu> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Septidi 27 =?UTF-8?Q?Vent=C3=B4se?= an 231 de la =?UTF-8?Q?R=C3=A9volution,?= jour de la Sylvie X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 17 Mar 2023 22:50:39 +0100 In-Reply-To: <863563oa44.fsf@conses.eu> (conses's message of "Fri, 17 Mar 2023 13:06:35 +0100") Message-ID: <877cvfvyhc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: X-Migadu-Queue-Id: A17A8448BF X-Spam-Score: -3.55 X-Migadu-Spam-Score: -3.55 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: 5svCGYpDCs8R Hi, conses skribis: > * gnu/home/services/desktop.scm (home-xmodmap-service-type) > (home-xmodmap-configuration): New variables; > (serialize-xmodmap-configuration) > (xmodmap-shepherd-service): New procedures; > * doc/guix.texi (Desktop Services): Document it. Applied, thank you! Ludo=E2=80=99.