* [bug#42932] Add default-value for accountsservice-service-type
@ 2020-08-19 14:35 Raghav Gururajan
2020-08-19 19:09 ` bug#42932: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Raghav Gururajan @ 2020-08-19 14:35 UTC (permalink / raw)
To: 42932; +Cc: Danny Milosavljevic
[-- 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 --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#42932: Add default-value for accountsservice-service-type
2020-08-19 14:35 [bug#42932] Add default-value for accountsservice-service-type Raghav Gururajan
@ 2020-08-19 19:09 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-08-19 19:09 UTC (permalink / raw)
To: Raghav Gururajan; +Cc: Danny Milosavljevic, Tobias Geerinckx-Rice, 42932-done
[-- Attachment #1: Type: text/plain, Size: 298 bytes --]
Looks like this was already committed in 7f9018aaf6edbeab9a8e67f9852fd273b5bef1c1
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-19 19:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-19 14:35 [bug#42932] Add default-value for accountsservice-service-type Raghav Gururajan
2020-08-19 19:09 ` bug#42932: " Efraim Flashner
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).