guix_mirror_bot pushed a commit to branch master in repository guix. commit f662e507452c96a4c06276152841e1ff58b17106 Author: Ian Eure <i...@retrospec.tv> AuthorDate: Fri May 2 20:28:24 2025 -0700
gnu: %standard-geoclue-applications: Add more programs. 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 Signed-off-by: Ludovic Courtès <l...@gnu.org> --- 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 38ff218735..b4bbddff14 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -369,7 +369,10 @@ users are allowed." (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>