GNU bug report logs -
#51510
[PATCH 0/4] Update piper to 0.6, libratbag to 0.16.
Previous Next
Reported by: Brendan Tildesley <mail <at> brendan.scot>
Date: Sat, 30 Oct 2021 12:41:01 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
* gnu/services/desktop.scm (ratbag-dbus-service): New variable. Export
it.
---
gnu/services/desktop.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 64d0e85301..101344aced 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -150,6 +150,8 @@ (define-module (gnu services desktop)
polkit-wheel-service
+ ratbag-dbus-service
+
gnome-keyring-configuration
gnome-keyring-configuration?
gnome-keyring-service-type
@@ -1182,6 +1184,11 @@ (define polkit-wheel
(define polkit-wheel-service
(simple-service 'polkit-wheel polkit-service-type (list polkit-wheel)))
+
+
+(define ratbag-dbus-service
+ (simple-service 'ratbag dbus-root-service-type (list libratbag)))
+
;;;
;;; The default set of desktop services.
--
2.33.1
This bug report was last modified 3 years and 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.