unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 42932@debbugs.gnu.org
Cc: Danny Milosavljevic <dannym@scratchpost.org>
Subject: [bug#42932] Add default-value for accountsservice-service-type
Date: Wed, 19 Aug 2020 10:35:07 -0400	[thread overview]
Message-ID: <7409dbdb-85f0-b78e-31f6-e540fe1b579f@disroot.org> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 65 bytes --]

Hello Guix!

Please find the attached patch.

Regards,
RG.

[-- Attachment #1.1.2: 0001-gnu-accountsservice-service-type-Add-default-value.patch --]
[-- Type: text/x-patch, Size: 1179 bytes --]

From 076eefbc3e7e6ac9f774ad679220dea9f09fb96d Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Wed, 19 Aug 2020 10:31:40 -0400
Subject: [PATCH] gnu: accountsservice-service-type: Add default-value.

* gnu/services/desktop.scm (accountsservice-service-type): Modify.
---
 gnu/services/desktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 2c088f0102..353f0688ae 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -836,7 +836,8 @@ when they log out."
                  (list (service-extension activation-service-type
                                           (const %accountsservice-activation))
                        (service-extension dbus-root-service-type list)
-                       (service-extension polkit-service-type list)))))
+                       (service-extension polkit-service-type list)))
+   (default-value accountsservice)))
 
 (define* (accountsservice-service #:key (accountsservice accountsservice))
   "Return a service that runs AccountsService, a system service that
-- 
2.28.0


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2020-08-19 14:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-19 14:35 Raghav Gururajan [this message]
2020-08-19 19:09 ` bug#42932: Add default-value for accountsservice-service-type Efraim Flashner

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=7409dbdb-85f0-b78e-31f6-e540fe1b579f@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=42932@debbugs.gnu.org \
    --cc=dannym@scratchpost.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).