unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brendan Tildesley <mail@brendan.scot>
To: 51510@debbugs.gnu.org
Subject: [bug#51510] [PATCH 3/4] gnu: services: Add ratbag-dbus-service.
Date: Sat, 30 Oct 2021 23:41:29 +1100	[thread overview]
Message-ID: <20211030124130.32458-3-mail@brendan.scot> (raw)
In-Reply-To: <20211030124130.32458-1-mail@brendan.scot>

* 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)))
 
+\f
+
+(define ratbag-dbus-service
+  (simple-service 'ratbag dbus-root-service-type (list libratbag)))
+
 \f
 ;;;
 ;;; The default set of desktop services.
-- 
2.33.1





  parent reply	other threads:[~2021-10-30 12:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-30 12:40 [bug#51510] [PATCH 0/4] Update piper to 0.6, libratbag to 0.16 Brendan Tildesley
2021-10-30 12:41 ` [bug#51510] [PATCH 1/4] gnu: libratbag: Update " Brendan Tildesley
2021-10-30 12:41   ` [bug#51510] [PATCH 2/4] gnu: piper: Update to 0.6 Brendan Tildesley
2021-10-30 12:41   ` Brendan Tildesley [this message]
2021-11-23  8:51     ` [bug#51510] [PATCH 0/4] Update piper to 0.6, libratbag to 0.16 Ludovic Courtès
2021-10-30 12:41   ` [bug#51510] [PATCH 4/4] gnu: libratbag, piper: Adjust descriptions Brendan Tildesley
2021-11-23  8:49   ` bug#51510: [PATCH 0/4] Update piper to 0.6, libratbag to 0.16 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20211030124130.32458-3-mail@brendan.scot \
    --to=mail@brendan.scot \
    --cc=51510@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).