Open nojocodex opened 3 years ago
If this is causing issues it can be temporarily removed, but I'd like to see it fixed in busctl. Could you open an issue there? Please ping me if you do.
Mitigated in #21, but I will keep this open to track the busctl progress.
The systemd
busctl
on Ubuntu 20.04 doesn't like thexmlns:doc
attribute thatdbus-objects
adds to the<node>
element of the introspection XML. Just leaving out the attribute makesbusctl
happy.Reproduction:
Dunno if you want to fix this, as I think the problem is really in
busctl
(at least, there are official-ish examples which indicate includingxmlns:doc
is perfectly valid: https://dbus.freedesktop.org/doc/dbus-api-design.html). Also, I don't know whether anyone besides me actually usesbusctl
, so it may not be worth doing anything about.OTOH, the
xmlns:doc
attribute seems optional (at least, there are official-ish examples without it: https://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format), so a fix is easy and AFAICT harmless.