emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65480: closed ([PATCH] home: services: redshift: Use redshift packag


From: GNU bug Tracking System
Subject: bug#65480: closed ([PATCH] home: services: redshift: Use redshift package specified in configuration)
Date: Thu, 14 Sep 2023 13:54:01 +0000

Your message dated Thu, 14 Sep 2023 15:53:40 +0200
with message-id <87edj0c13v.fsf@gnu.org>
and subject line Re: bug#65480: [PATCH] home: services: redshift: Use redshift 
package specified in configuration
has caused the debbugs.gnu.org bug report #65480,
regarding [PATCH] home: services: redshift: Use redshift package specified in 
configuration
to be marked as done.

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


-- 
65480: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65480
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#65480: [PATCH] home: services: redshift: Use redshift package specified in configuration Date: Thu, 14 Sep 2023 15:53:40 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

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

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

Good catch!  Applied, thanks.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]