Skip to content

freedesktop-dbus: Acquire bus connection synchronously

Ghost User requested to merge sync-bus-acquisition into master

In some cases (particularly when no I/O is performed, e.g. opening other-locations:/// directly), the FDO FileManager1 object OpenLocations property is set before the connection is made. This commit makes the code do so synchronously to avoid such races.

Merge request reports