Skip to content

bisector: disable DBus interface by default

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr193 into master

Since GLib can decide to abort the whole application for still unknown reasons, disable DBus by default until the issue is either fixed or confirmed to be caused by some buggy interaction with graphical things. Unfortunately, it seems impossible to use GLib without trying to connect to X server unless DISPLAY is unset, which is not very practical and still gives some warnings anyway.

Merge request reports