From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id CJHOELotKWJS3gAAgWs5BA (envelope-from ) for ; Wed, 09 Mar 2022 23:44:10 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id qJlzDrotKWKzHgAA9RJhRA (envelope-from ) for ; Wed, 09 Mar 2022 23:44: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 D07FD1B94B for ; Wed, 9 Mar 2022 23:44:09 +0100 (CET) Received: from localhost ([::1]:49694 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nS52O-0004UX-OK for larch@yhetil.org; Wed, 09 Mar 2022 17:44:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59562) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS52I-0004U1-Pm for guix-patches@gnu.org; Wed, 09 Mar 2022 17:44:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38908) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nS52I-0003ev-HV for guix-patches@gnu.org; Wed, 09 Mar 2022 17:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nS52I-0005hr-C0 for guix-patches@gnu.org; Wed, 09 Mar 2022 17:44:02 -0500 Subject: bug#52470: [PATCH] services: bluetooth: Add missing config parameters Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 09 Mar 2022 22:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 52470 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Demis Balbach Cc: Josselin Poiret , Liliana Marie Prikler , 52470-done@debbugs.gnu.org Mail-Followup-To: 52470@debbugs.gnu.org, ludo@gnu.org, db@minikn.xyz Received: via spool by 52470-done@debbugs.gnu.org id=D52470.164686580621874 (code D ref 52470); Wed, 09 Mar 2022 22:44:02 +0000 Received: (at 52470-done) by debbugs.gnu.org; 9 Mar 2022 22:43:26 +0000 Received: from localhost ([127.0.0.1]:32804 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS51i-0005gk-DF for submit@debbugs.gnu.org; Wed, 09 Mar 2022 17:43:26 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS51g-0005gS-7k for 52470-done@debbugs.gnu.org; Wed, 09 Mar 2022 17:43:24 -0500 Received: from [2001:470:142:3::e] (port=45594 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS51a-0003cB-N3; Wed, 09 Mar 2022 17:43:18 -0500 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=OE8iod6O1jHmY7+d+5F+Or19AxrtmNyba+v9ZGtGxUk=; b=e73tfjuhrPEw1Nq60v79 +OpNCfSnGeYjaDDRpDJflBsp0HAKe/lBuAgyQ2gztJB2G9cDH2LnkuFJTiyPnUiAT0fQOOXhBSZuN 9vVw4/zakQiORfXAipggHTzUuwSOdkYf54SxsKXYg5umTObRK6uV5I2dP5TqgiyaJHnKCSPkeiWkg UwIXnkBH/Az2eT6V+tDPlUyeaHL+KZjUEFXPiy2/1kQ6rkJZWD0y0og8Ib3LFZOv3ckD+/hXw5lmD 9BwQgwQZMQFRvVHvfLHEACMqarCq3owhuBVdlIGSAuoDRD74h+mm3Dxyg4vUnME5JgP7JS7Kp4vCG lVoEEvlxUi5chg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58439 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS51a-0007ZJ-9m; Wed, 09 Mar 2022 17:43:18 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211213192014.8386-1-db@minikn.xyz> <87zgow8s39.fsf@minikn.xyz> Date: Wed, 09 Mar 2022 23:43:15 +0100 In-Reply-To: <87zgow8s39.fsf@minikn.xyz> (Demis Balbach's message of "Sun, 19 Dec 2021 17:41:46 +0100") Message-ID: <87y21i21do.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1646865849; 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=OE8iod6O1jHmY7+d+5F+Or19AxrtmNyba+v9ZGtGxUk=; b=AtNAZw3NZzSpy97sHmJ06EN+3I+9MaydFg3usx5MhidXeI4a7fKfyIL0yI8BIDrb4cCZd7 hIonqe550I1PRTCEkhckmoXPfFEKOhcb7T1cGn6ZHhI6YKFavc5mZeFE2NzcJT0g06qpYi 8a4vl9Xu3FjMvbn8oMZtsRDYuE2OdaACi0HWa8qO/bstENR60gkXlUDvKIbtRFSFgsr3pr Loie4jj52T2AyjZFiKXLa42sCoLwaQRqPS4hVdhUWvsPOp7KcF0z/wxoTug6vU8/KoX11M 2NFLIEHop1KMmHMhwvTnKt4O/LO0l6ut4Ix74DgYStxBct0UxwzYOqJ0D1VepA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1646865849; a=rsa-sha256; cv=none; b=V+Gx+Jolq42HDnXYV8Jyc/W3b/PB4I1AwU4IIngNFAvhPs7CS5GEoCOzph6cgDn8pfrhoM cRzC6Hd7ejV6jI68oC6YJtycch6WWeAq37MqojoElQW/5khgFK+DoymfTmCX6cOmtyDYox 5oIuRUCugpc53K+GQtuKbFrzdp0Kj541IP9FP/oSUckQko8gyAkoFpZWNGjf78j67fGjRu vvG9sc5C1oW3Ns1gdkCDU+jrMIEiNQ6GtgMzLcIjTHiUhXEywZ3mvU/oeQd4VIpW01CciX 1hLClmGBE8SIJq26XrZCwy8fDgr2/RS8wsaNK/0Kiba3ydSiWlCArsS2tkGYiw== 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=e73tfjuh; 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" X-Migadu-Spam-Score: -3.01 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=e73tfjuh; 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" X-Migadu-Queue-Id: D07FD1B94B X-Spam-Score: -3.01 X-Migadu-Scanner: scn0.migadu.com X-TUID: uyp9WP7UZT3N Hi Demis, Demis Balbach skribis: > --- > doc/guix.texi | 443 ++++++++++++++++++++++++++++++++++++++- > gnu/services/desktop.scm | 375 ++++++++++++++++++++++++++++++++- > 2 files changed, 813 insertions(+), 5 deletions(-) Great job! I haven=E2=80=99t tested it with actual Bluetooth hardware but it LGTM, so I went ahead and committed it. Apologies for the delay! The documentation work is much welcome. Perhaps it would be interesting to add a short example of =E2=80=98bluetooth-configuration=E2=80=99 with a = sentence explaining what it does=E2=80=94it=E2=80=99s often easier to get started wi= th an example. Anyway, thank you for the hard work, and thanks Liliana and Josselin for reviewing! Ludo=E2=80=99.