GNU bug report logs - #65480
[PATCH] home: services: redshift: Use redshift package specified in configuration

Previous Next

Package: guix-patches;

Reported by: Kjartan Oli Agustsson <kjartanoli <at> outlook.com>

Date: Wed, 23 Aug 2023 22:41:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65480 in the body.
You can then email your comments to 65480 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to , guix-patches <at> gnu.org:
bug#65480; Package guix-patches. (Wed, 23 Aug 2023 22:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kjartan Oli Agustsson <kjartanoli <at> outlook.com>:
New bug report received and forwarded. Copy sent to , guix-patches <at> gnu.org. (Wed, 23 Aug 2023 22:41:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kjartan Oli Agustsson <kjartanoli <at> outlook.com>
To: guix-patches <at> gnu.org
Cc: Kjartan Oli Agustsson <kjartanoli <at> outlook.com>
Subject: [PATCH] home: services: redshift: Use redshift package specified in
 configuration
Date: Wed, 23 Aug 2023 22:35:11 +0000
* gnu/home/services/desktop.scm (redshift-shepherd-service): Use the redshift
package specified by config.
---
 gnu/home/services/desktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/home/services/desktop.scm b/gnu/home/services/desktop.scm
index 626918fd9e..c4da116100 100644
--- a/gnu/home/services/desktop.scm
+++ b/gnu/home/services/desktop.scm
@@ -172,7 +172,7 @@ (define (redshift-shepherd-service config)
          ;; FIXME: This fails to start if Home is first activated from a
          ;; non-X11 session.
          (start #~(make-forkexec-constructor
-                   (list #$(file-append redshift "/bin/redshift")
+                   (list #$(file-append (home-redshift-configuration-redshift config) "/bin/redshift")
                          "-c" #$config-file)))
          (stop #~(make-kill-destructor))
          (actions (list (shepherd-configuration-action config-file))))))

base-commit: e318b62df361624e3bac70f658bcf5600ba5ca79
-- 
2.41.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 14 Sep 2023 13:54:01 GMT) Full text and rfc822 format available.

Notification sent to Kjartan Oli Agustsson <kjartanoli <at> outlook.com>:
bug acknowledged by developer. (Thu, 14 Sep 2023 13:54:02 GMT) Full text and rfc822 format available.

Message #10 received at 65480-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Kjartan Oli Agustsson <kjartanoli <at> outlook.com>
Cc: paren <at> disroot.org, 65480-done <at> debbugs.gnu.org,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: bug#65480: [PATCH] home: services: redshift: Use redshift
 package specified in configuration
Date: Thu, 14 Sep 2023 15:53:40 +0200
Hi,

Kjartan Oli Agustsson <kjartanoli <at> outlook.com> skribis:

> * gnu/home/services/desktop.scm (redshift-shepherd-service): Use the redshift
> package specified by config.

Good catch!  Applied, thanks.

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 13 Oct 2023 11:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 210 days ago.

Previous Next


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