GNU bug report logs -
#78224
[PATCH] gnu: %standard-geoclue-applications: Add more programs.
Previous Next
Full log
View this message in rfc822 format
[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)]
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)]
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.