Fix autolaunch adresses
This fixes a few things:
-
autolaunch
adresses couldn't be parsed, parsing always resulted in the errorunsupported transport 'autolaunch'
- The Windows tests for GDBus still have
DBUS_SESSION_BUS_ADDRESS
set, so they still work withdbus-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