[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51510] [PATCH 4/4] gnu: libratbag, piper: Adjust descriptions.
From: |
Brendan Tildesley |
Subject: |
[bug#51510] [PATCH 4/4] gnu: libratbag, piper: Adjust descriptions. |
Date: |
Sat, 30 Oct 2021 23:41:30 +1100 |
* gnu/packages/gnome.scm
(libratbag): [description]: Don't bother mentioning the service here.
(piper): [description]: Mention the new ratbag-dbus-service
instead. Simplify.
---
gnu/packages/gnome.scm | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c8ec3fe248..1ef78dfedf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11762,12 +11762,7 @@ (define-public libratbag
@command{ratbagctl} command line interface for configuring devices.
libratbag currently supports devices from Logitech, Etekcity, GSkill, Roccat,
-Steelseries.
-
-The ratbagd DBus service can be enabled by adding the following service to
-your operating-system definition:
-
- (simple-service 'ratbagd dbus-root-service-type (list libratbag))")
+and Steelseries.")
(license license:expat)))
(define-public piper
@@ -11826,13 +11821,9 @@ (define-public piper
(home-page "https://github.com/libratbag/piper/")
(synopsis "Configure bindings and LEDs on gaming mice")
(description "Piper is a GTK+ application for configuring gaming mice with
-onboard configuration for key bindings via libratbag. Piper requires
-a @command{ratbagd} daemon running with root privileges. It can be run
-manually as root, but is preferably configured as a DBus service that can
-launch on demand. This can be configured by enabling the following service,
-provided there is a DBus service present:
+onboard configuration for key bindings via libratbag.
- (simple-service 'ratbagd dbus-root-service-type (list libratbag))")
+Configure the ratbag-dbus-service to enable Piper's functionality.")
(license license:gpl2)))
(define-public parlatype
--
2.33.1