From patchwork Sat Oct 30 12:41:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brendan Tildesley X-Patchwork-Id: 34165 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5EB3827BBE3; Sat, 30 Oct 2021 13:49:35 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 20E3027BBE1 for ; Sat, 30 Oct 2021 13:49:35 +0100 (BST) Received: from localhost ([::1]:49296 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgnni-0005na-7g for patchwork@mira.cbaines.net; Sat, 30 Oct 2021 08:49:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgnhO-0000Xq-Qi for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45330) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgnhO-00059m-IU for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mgnhO-0001sV-Go for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51510] [PATCH 3/4] gnu: services: Add ratbag-dbus-service. Resent-From: Brendan Tildesley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 30 Oct 2021 12:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51510 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51510@debbugs.gnu.org Received: via spool by 51510-submit@debbugs.gnu.org id=B51510.16355977447141 (code B ref 51510); Sat, 30 Oct 2021 12:43:02 +0000 Received: (at 51510) by debbugs.gnu.org; 30 Oct 2021 12:42:24 +0000 Received: from localhost ([127.0.0.1]:56872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgngb-0001qt-In for submit@debbugs.gnu.org; Sat, 30 Oct 2021 08:42:24 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:29680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgngW-0001pw-Gg for 51510@debbugs.gnu.org; Sat, 30 Oct 2021 08:42:08 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4HhJpL0tJFzQjgN for <51510@debbugs.gnu.org>; Sat, 30 Oct 2021 14:42:02 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1635597720; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P+qalL6S07vQkCCN7/wTe2Sn4KIierQT+V498a6jn5E=; b=fVZlpf7gc2TOa1RDb/XYBZgSacCM1at0uk1Yo5eY7xuK/kWu18P7sJtXu4Oi5t0gurdYTq xfi/THbB3tcNXf3XytE4hjxD8F/GZbqVVxqI5/3lT/FiNrLKUiqmajzkn6pOpORu89LM9E E1O/YsraujpI5XH0uyZ91BWCxbyh3iHnvM3TprYk+rwXHvT4riKhOrw1DX6BCr7dHrFMhb Sfj9S0Bejk397VH0a215dMAjKJOwQ3v2DK473nfE+FihCS/CHBdn8RFYqqlZcurrp0C9gq eRJuT4FsC97re4GJOAdkPf8hT6ypUovQr+ZCni1wkDrameKigvhKQDrJbYUhsg== From: Brendan Tildesley Date: Sat, 30 Oct 2021 23:41:29 +1100 Message-Id: <20211030124130.32458-3-mail@brendan.scot> In-Reply-To: <20211030124130.32458-1-mail@brendan.scot> References: <20211030124130.32458-1-mail@brendan.scot> MIME-Version: 1.0 X-Rspamd-Queue-Id: C8C181310 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * 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.