Skip to content
Snippets Groups Projects
Commit 8c9267a4 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

system: Make D-Bus warnings non fatal.

* gnu/system.scm (etc-directory): Add 'DBUS_FATAL_WARNINGS' in PROFILE.
parent 0a051769
No related branches found
No related tags found
No related merge requests found
...@@ -444,6 +444,10 @@ (define* (etc-directory #:key ...@@ -444,6 +444,10 @@ (define* (etc-directory #:key
# Append the directory of 'site-start.el' to the search path. # Append the directory of 'site-start.el' to the search path.
export EMACSLOADPATH=:/etc/emacs 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))) (skel (skeleton-directory skeletons)))
(file-union "etc" (file-union "etc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment