[Gambas-bugtracker] Bug #1927: gb.dbus Component DBusApplication Introspection Empty on Fedora
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Wed Nov 18 23:19:57 CET 2020
http://gambaswiki.org/bugtracker/edit?object=BUG.1927&from=L21haW4-
Comment #4 by Benoît MINISINI:
No idea what Fedora did to DBus. The _Introspect() method is just a standard DBus call to the "Introspect" method. That method returns a string that is directly returned by the _Introspect() method.
The content of that string is not interpreted or modified at all by the _Introspect() method.
What does print the following shell command on your Fedora?
$ dbus-send --session --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.Introspectable.Introspect
Benoît MINISINI changed the state of the bug to: NeedsInfo.
More information about the Bugtracker
mailing list