system: Make D-Bus warnings non fatal.

* gnu/system.scm (etc-directory): Add 'DBUS_FATAL_WARNINGS' in PROFILE.
This commit is contained in:
Ludovic Courtès 2015-01-22 23:47:13 +01:00
parent 0a0517690d
commit 8c9267a448
1 changed files with 4 additions and 0 deletions

View File

@ -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"