guix-commits
[Top][All Lists]
Advanced

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

01/02: home: dbus: Inherit environment variables from shepherd.


From: guix-commits
Subject: 01/02: home: dbus: Inherit environment variables from shepherd.
Date: Mon, 17 Oct 2022 08:48:38 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit 3ab14386cd2a3fc4bacf2291ee585a0685aceb17
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Oct 17 15:49:27 2022 +0400

    home: dbus: Inherit environment variables from shepherd.
    
    * gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start]
      <#:environment-variables>: Inherit environment variables from shepherd.
---
 gnu/home/services/desktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/home/services/desktop.scm b/gnu/home/services/desktop.scm
index a2ab2b4d07..1ebfb14f3c 100644
--- a/gnu/home/services/desktop.scm
+++ b/gnu/home/services/desktop.scm
@@ -201,7 +201,8 @@ according to time of day.")))
                                      (format #f "/run/user/~a"
                                              (getuid)))))
                    #:environment-variables
-                   '("DBUS_VERBOSE=1")
+                   (cons "DBUS_VERBOSE=1"
+                         (default-environment-variables))
                    #:log-file
                    (format #f "~a/dbus.log"
                            (or (getenv "XDG_LOG_HOME")



reply via email to

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