emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61944: closed ([PATCH] services: desktop: Set default value for geoc


From: GNU bug Tracking System
Subject: bug#61944: closed ([PATCH] services: desktop: Set default value for geoclue-service-type.)
Date: Fri, 03 Mar 2023 19:41:02 +0000

Your message dated Fri, 03 Mar 2023 20:40:45 +0100
with message-id <87bkl9y633.fsf@nckx>
and subject line Re: [bug#61944] [PATCH] services: desktop: Set default value 
for geoclue-service-type.
has caused the debbugs.gnu.org bug report #61944,
regarding [PATCH] services: desktop: Set default value for geoclue-service-type.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61944: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61944
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: desktop: Set default value for geoclue-service-type. Date: Fri, 3 Mar 2023 19:34:39 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61944] [PATCH] services: desktop: Set default value for geoclue-service-type. Date: Fri, 03 Mar 2023 20:40:45 +0100
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]