/usr/share/openvrml-xembed/dbus-1/browser-host.xml is in openvrml-lookat 0.18.9-7+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <?xml version="1.0" encoding="UTF-8" ?>
<node name="/org/openvrml/BrowserHost">
<interface name="org.openvrml.BrowserHost">
<method name="GetUrl">
<arg type="s" name="url" direction="in"/>
<arg type="i" direction="out">
<annotation name="org.freedesktop.DBus.GLib.ReturnVal" value="error"/>
</arg>
</method>
<method name="SetWorldUrl">
<arg type="s" name="url" direction="in"/>
</method>
<signal name="Shutdown"/>
</interface>
</node>
|