guix-commits
[Top][All Lists]
Advanced

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

05/05: system: Make D-Bus warnings non fatal.


From: Ludovic Courtès
Subject: 05/05: system: Make D-Bus warnings non fatal.
Date: Thu, 22 Jan 2015 22:47:40 +0000

civodul pushed a commit to branch master
in repository guix.

commit 8c9267a4482fb364a39f9a7eaed78cd6d3acd51a
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 22 23:47:13 2015 +0100

    system: Make D-Bus warnings non fatal.
    
    * gnu/system.scm (etc-directory): Add 'DBUS_FATAL_WARNINGS' in PROFILE.
---
 gnu/system.scm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index bb11189..52698c9 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -444,6 +444,10 @@ export 
INFOPATH=$HOME/.guix-profile/share/info:/run/current-system/profile/share
 
 # Append the directory of 'site-start.el' to the search path.
 export EMACSLOADPATH=:/etc/emacs
+
+# By default, applications that use D-Bus, such as Emacs, abort at startup
+# when /etc/machine-id is missing.  Make sure these warnings are non-fatal.
+export DBUS_FATAL_WARNINGS=0
 "))
        (skel      (skeleton-directory skeletons)))
     (file-union "etc"



reply via email to

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