[kde] [Bug 330720] New: kded4 - powerdevil - dbus - missing xmlns in introspect xml markup
mberchtold at gmail.com
mberchtold at gmail.com
Mon Feb 3 22:39:07 GMT 2014
https://bugs.kde.org/show_bug.cgi?id=330720
Bug ID: 330720
Summary: kded4 - powerdevil - dbus - missing xmlns in
introspect xml markup
Classification: Unclassified
Product: kde
Version: 4.11.5
Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: mberchtold at gmail.com
The dbus introspect of:
destination/bus: org.freedesktop.Policy.Power
objectPath: /org/freedesktop/NetworkManager/SecretAgent
returns the xml markup where the xml namespace definition for the tp namespace
is missing.
Reproducible: Always
Steps to Reproduce:
1. dbus-send --system -type=method_call --print-reply
--dest=org.freedesktop.Policy.Power
/org/freedesktop/NetworkManager/SecretAgent
org.freedesktop.DBus.Introspectable.Introspect
2.
3.
Actual Results:
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.freedesktop.NetworkManager.SecretAgent">
<tp:docstring>
.....
</tp:docstring>
Expected Results:
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"
>
<node
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list