GNU bug report logs -
#78224
[PATCH] gnu: %standard-geoclue-applications: Add more programs.
Previous Next
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>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#78224: [PATCH] gnu: %standard-geoclue-applications: Add more programs.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 78224 <at> debbugs.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)]
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!
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.