diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-01-22 23:47:13 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-22 23:47:13 +0100 |
| commit | 8c9267a4482fb364a39f9a7eaed78cd6d3acd51a (patch) | |
| tree | d96ba69d16a31f943b388a088621e3f8b93ae578 /gnu | |
| parent | 0a0517690dd0f65aed5f21cc7976119608ff2577 (diff) | |
system: Make D-Bus warnings non fatal.
* gnu/system.scm (etc-directory): Add 'DBUS_FATAL_WARNINGS' in PROFILE.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/system.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index bb11189e8f2..52698c9e222 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 | |||
| 444 | 444 | ||
| 445 | # Append the directory of 'site-start.el' to the search path. | 445 | # Append the directory of 'site-start.el' to the search path. |
| 446 | export EMACSLOADPATH=:/etc/emacs | 446 | export EMACSLOADPATH=:/etc/emacs |
| 447 | |||
| 448 | # By default, applications that use D-Bus, such as Emacs, abort at startup | ||
| 449 | # when /etc/machine-id is missing. Make sure these warnings are non-fatal. | ||
| 450 | export DBUS_FATAL_WARNINGS=0 | ||
| 447 | ")) | 451 | ")) |
| 448 | (skel (skeleton-directory skeletons))) | 452 | (skel (skeleton-directory skeletons))) |
| 449 | (file-union "etc" | 453 | (file-union "etc" |
