GNU bug report logs - #60017
[PATCH] gnu: services: Fix bluetooth-service docstring.

Previous Next

Package: guix-patches;

Reported by: Ivan Vilata i Balaguer <ivan <at> selidor.net>

Date: Mon, 12 Dec 2022 19:28:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60017: closed ([PATCH] gnu: services: Fix bluetooth-service
 docstring.)
Date: Sun, 25 Dec 2022 23:49:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 26 Dec 2022 00:47:54 +0100
with message-id <87pmc7ujth.fsf <at> gnu.org>
and subject line Re: bug#60017: [PATCH] gnu: services: Fix bluetooth-service docstring.
has caused the debbugs.gnu.org bug report #60017,
regarding [PATCH] gnu: services: Fix bluetooth-service docstring.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60017: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60017
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ivan Vilata i Balaguer <ivan <at> selidor.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: services: Fix bluetooth-service docstring.
Date: Mon, 12 Dec 2022 20:27:37 +0100
[Message part 3 (text/plain, inline)]
* gnu/services/desktop.scm (bluetooth-service): Sync docstring with info,
remove mention to group not really needed to access D-Bus service.
* doc/guix.text (Desktop Services): Also remove mention to group here.
---
 doc/guix.texi            | 2 --
 gnu/services/desktop.scm | 4 +---
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index aacf748838..8aa7debfdd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -23237,8 +23237,6 @@ Desktop Services
 interfaces.  When AUTO-ENABLE? is true, the bluetooth controller is
 powered automatically at boot, which can be useful when using a
 bluetooth keyboard or mouse.
-
-Users need to be in the @code{lp} group to access the D-Bus service.
 @end deffn
 
 @deffn {Scheme Variable} bluetooth-service-type
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index ac29e8d38a..9fd77642a1 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -838,9 +838,7 @@ (define* (bluetooth-service #:key (bluez bluez) (auto-enable? #f))
   "Return a service that runs the @command{bluetoothd} daemon, which manages
 all the Bluetooth devices and provides a number of D-Bus interfaces.  When
 AUTO-ENABLE? is true, the bluetooth controller is powered automatically at
-boot.
-
-Users need to be in the @code{lp} group to access the D-Bus service.
+boot, which can be useful when using a bluetooth keyboard or mouse.
 "
   (service bluetooth-service-type
            (bluetooth-configuration
-- 
2.38.1


-- 
Ivan Vilata i Balaguer -- https://elvil.net/
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Ivan Vilata i Balaguer <ivan <at> selidor.net>
Cc: 60017-done <at> debbugs.gnu.org
Subject: Re: bug#60017: [PATCH] gnu: services: Fix bluetooth-service docstring.
Date: Mon, 26 Dec 2022 00:47:54 +0100
Bona nit,

Ivan Vilata i Balaguer <ivan <at> selidor.net> skribis:

> * gnu/services/desktop.scm (bluetooth-service): Sync docstring with info,
> remove mention to group not really needed to access D-Bus service.
> * doc/guix.text (Desktop Services): Also remove mention to group here.

Applied, thanks!

Ludo'.


This bug report was last modified 2 years and 144 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.