all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ivan Vilata i Balaguer <ivan@selidor.net>
To: 60017@debbugs.gnu.org
Subject: [bug#60017] [PATCH] gnu: services: Fix bluetooth-service docstring.
Date: Mon, 12 Dec 2022 20:27:37 +0100	[thread overview]
Message-ID: <Y5eAqb2snt68uL6i@sax> (raw)

[-- Attachment #1: Type: text/plain, Size: 1600 bytes --]

* 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/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2022-12-12 19:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-12 19:27 Ivan Vilata i Balaguer [this message]
2022-12-25 23:47 ` bug#60017: [PATCH] gnu: services: Fix bluetooth-service docstring Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y5eAqb2snt68uL6i@sax \
    --to=ivan@selidor.net \
    --cc=60017@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.