[PATCH] gnu: services: Fix bluetooth-service docstring.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ivan Vilata i Balaguer
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ivan Vilata i Balaguer
Severity
normal
I
I
Ivan Vilata i Balaguer wrote on 12 Dec 2022 20:27
(address . guix-patches@gnu.org)
Y5eAqb2snt68uL6i@sax
* 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(-)

Toggle diff (34 lines)
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/
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEHpvwBPZcchIQr6TuPezBBfXdI4IFAmOXgKQACgkQPezBBfXd
I4InpQ/+IN1tQhfRmsIwGDcot2WUDj7uAVal7wwdUDqj9w0GL1tXbwHm3PRG39N8
e4Db/OzG3CV3rRcPoTIAOwarG/oKgij9ynZRrkJDDq3CR+YN0PxMkRl+eVOIrRm/
SD6inVvr7R5VM0sXbPLkn3uq3Ce6tTbWBZ1zx/fz1FBzrWRTpnJs0G0R/d5xXFxh
ip20ptFyBOdXUg32sHZ1tstEOTQIIzcWfa+u96ldKogAOzom6nKzIAp80Dsye49q
2VcCnzm8vavVvcQR2N3ru0j63q//o4+P2ozzquLI73vmc992VPOmCKOGa1p84GZ9
eQmO+P0hDNOLfopOUOLIlYTSMFPA+JpcmO9ovvf0x3kNBfA06BHALwLNBpjSnzn+
RStVUOrFPYgrKWefI63mOPpdl6ZVlwdm0a+VmKASyl3BqwL+p4G1HSfcTLoFawjp
83drKk4bnkzPjjI+aGTHbCHLRwSgvcO3k2YAbxidbWcZKyexXXKAsMl1OlPxrbEB
wi5xXlY0Qx7x+Uqlh8Hlc2qN902FRIP6pjY6gvCeodgXebfWJWv6IMeikd/i77Rl
xWxDPrEOa+3u1c4rjoxmxbhETR1TnsjwshA7fv58Q0sFKrMniMUGEmCuEFu5RiYH
vmFCp0rGqaeET+V+nZJgBqD/HB0h+RBwgG0/Li0sQ9NWFlF7uUY=
=AMXZ
-----END PGP SIGNATURE-----


L
L
Ludovic Courtès wrote on 26 Dec 2022 00:47
(name . Ivan Vilata i Balaguer)(address . ivan@selidor.net)(address . 60017-done@debbugs.gnu.org)
87pmc7ujth.fsf@gnu.org
Bona nit,

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

Toggle quote (4 lines)
> * 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'.
Closed
?