[PATCH] services: desktop: Set default value for geoclue-service-type.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • Bruno Victal
Owner
unassigned
Submitted by
Bruno Victal
Severity
normal
B
B
Bruno Victal wrote on 3 Mar 2023 20:34
(address . guix-patches@gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
66f7d93d0f577036acad5253d20befd420cd147c.1677872051.git.mirai@makinata.eu
* gnu/services/desktop.scm (geoclue-service-type): Set default-value.
---
gnu/services/desktop.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (18 lines)
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
T
T
Tobias Geerinckx-Rice wrote on 3 Mar 2023 20:40
(name . Bruno Victal)(address . mirai@makinata.eu)(address . 61944-done@debbugs.gnu.org)
87bkl9y633.fsf@nckx
Hi Bruno,

Bruno Victal ???
Toggle quote (3 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCZAJNsA0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW150akBAJwEus5+0rHakdok1BXIikup67beXys3zUjfg1UL
GvMMAQCs7J9qWq5o/qs+bZm8h5rG9L/wX+zQ1w4PS9lokROkDQ==
=m4LZ
-----END PGP SIGNATURE-----

Closed
?