Skip to content

Move connection to system dbus under try...catch

Andreas Gattringer requested to merge uriesk/kde-builder:master into master

In exotic setups, like when running within a container or systemd-nspawn, the system dbus might not be accessible.

Lets print an error message and continue, instead of stopping everything.

Merge request reports