Skip to content

Fix autolaunch adresses

Kas requested to merge exactly-one-kas/zbus:fix-autolaunch-adresses into main

This fixes a few things:

  • autolaunch adresses couldn't be parsed, parsing always resulted in the error unsupported transport 'autolaunch'
  • The Windows tests for GDBus still have DBUS_SESSION_BUS_ADDRESS set, so they still work with dbus-daemon, so I removed that and now the GDBus daemon is used correctly
  • GDBus doesn't implement the full freedesktop API, so I have implemented a flag to skip testing the unimplemented parts

Merge request reports