* [bug#61944] [PATCH] services: desktop: Set default value for geoclue-service-type.
@ 2023-03-03 19:34 Bruno Victal
2023-03-03 19:40 ` bug#61944: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-03-03 19:34 UTC (permalink / raw)
To: 61944; +Cc: Bruno Victal
* gnu/services/desktop.scm (geoclue-service-type): Set default-value.
---
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 8026778ea5..aa9f93997d 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -404,7 +404,8 @@ (define geoclue-service-type
(description "Run the @command{geoclue} location service.
This service provides a D-Bus interface to allow applications to request
access to a user's physical location, and optionally to add information to
-online location databases.")))
+online location databases.")
+ (default-value (geoclue-configuration))))
(define-deprecated
(geoclue-service #:key (geoclue geoclue)
base-commit: 2799ad44234be675f018115f99be98d2c9fd565d
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#61944: [PATCH] services: desktop: Set default value for geoclue-service-type.
2023-03-03 19:34 [bug#61944] [PATCH] services: desktop: Set default value for geoclue-service-type Bruno Victal
@ 2023-03-03 19:40 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2023-03-03 19:40 UTC (permalink / raw)
To: Bruno Victal; +Cc: 61944-done
[-- Attachment #1: Type: text/plain, Size: 302 bytes --]
Hi Bruno,
Bruno Victal 写道:
> * gnu/services/desktop.scm (geoclue-service-type): Set
> default-value.
Thanks! Pushed.
It's not a rule, but I like to add a reference to the
broken/incomplete/buggy previous commit (especially if it's my own
;-) so I did.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-03 19:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-03 19:34 [bug#61944] [PATCH] services: desktop: Set default value for geoclue-service-type Bruno Victal
2023-03-03 19:40 ` bug#61944: " Tobias Geerinckx-Rice via Guix-patches via
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).