GNU bug report logs - #78224
[PATCH] gnu: %standard-geoclue-applications: Add more programs.

Previous Next

Package: guix-patches;

Reported by: Ian Eure <ian <at> retrospec.tv>

Date: Sat, 3 May 2025 03:29:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#78224: closed ([PATCH] gnu: %standard-geoclue-applications:
 Add more programs.)
Date: Mon, 09 Jun 2025 20:08:24 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 09 Jun 2025 21:58:40 +0200
with message-id <87tt4o7klr.fsf <at> gnu.org>
and subject line Re: [bug#78224] [PATCH] gnu: %standard-geoclue-applications: Add more programs.
has caused the debbugs.gnu.org bug report #78224,
regarding [PATCH] gnu: %standard-geoclue-applications: Add more programs.
to be marked as done.

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


-- 
78224: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78224
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ian Eure <ian <at> retrospec.tv>
To: guix-patches <at> gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH] gnu: %standard-geoclue-applications: Add more programs.
Date: Fri,  2 May 2025 20:28:24 -0700
If Firefox merits a spot on this list, LibreWolf and IceCat certainly do.

Redshift also requires geoclue to work, add it.

* gnu/services/desktop.scm (%standard-geoclue-applications): Add LibreWolf and
Redshift.

Change-Id: Ide54f6bfe8ad8d9282da6105eca07bbd4bd27c14
---
 gnu/services/desktop.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index a586746cc5..187c7015b3 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -364,7 +364,10 @@ (define* (geoclue-application name #:key (allowed? #t) system? (users '()))
 (define %standard-geoclue-applications
   (list (geoclue-application "gnome-datetime-panel" #:system? #t)
         (geoclue-application "epiphany" #:system? #f)
-        (geoclue-application "firefox" #:system? #f)))
+        (geoclue-application "firefox" #:system? #f)
+        (geoclue-application "librewolf" #:system? #f)
+        (geoclue-application "icecat" #:system? #f)
+        (geoclue-application "redshift" #:system? #f)))
 
 ;; TODO: Use define-configuration and export accessors.
 (define-record-type* <geoclue-configuration>
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Ian Eure <ian <at> retrospec.tv>
Cc: 78224-done <at> debbugs.gnu.org
Subject: Re: [bug#78224] [PATCH] gnu: %standard-geoclue-applications: Add
 more programs.
Date: Mon, 09 Jun 2025 21:58:40 +0200
Ian Eure <ian <at> retrospec.tv> writes:

> If Firefox merits a spot on this list, LibreWolf and IceCat certainly do.
>
> Redshift also requires geoclue to work, add it.
>
> * gnu/services/desktop.scm (%standard-geoclue-applications): Add LibreWolf and
> Redshift.
>
> Change-Id: Ide54f6bfe8ad8d9282da6105eca07bbd4bd27c14

Applied, thanks!


This bug report was last modified 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.