/usr/share/dbus-1/interfaces/org.kde.KLauncher.xml is in kdelibs5-dev 4:4.13.3-0ubuntu0.5.
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 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | <!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.kde.KLauncher">
<signal name="autoStart0Done">
</signal>
<signal name="autoStart1Done">
</signal>
<signal name="autoStart2Done">
</signal>
<method name="autoStart">
<arg name="phase" type="i" direction="in"/>
</method>
<method name="autoStart">
</method>
<method name="exec_blind">
<arg name="name" type="s" direction="in"/>
<arg name="arg_list" type="as" direction="in"/>
</method>
<method name="exec_blind">
<arg name="name" type="s" direction="in"/>
<arg name="arg_list" type="as" direction="in"/>
<arg name="envs" type="as" direction="in"/>
<arg name="startup_id" type="s" direction="in"/>
</method>
<method name="kdeinit_exec">
<arg type="i" direction="out"/>
<arg name="app" type="s" direction="in"/>
<arg name="args" type="as" direction="in"/>
<arg name="env" type="as" direction="in"/>
<arg name="startup_id" type="s" direction="in"/>
<arg name="dbusServiceName" type="s" direction="out"/>
<arg name="error" type="s" direction="out"/>
<arg name="pid" type="i" direction="out"/>
</method>
<method name="kdeinit_exec_wait">
<arg type="i" direction="out"/>
<arg name="app" type="s" direction="in"/>
<arg name="args" type="as" direction="in"/>
<arg name="env" type="as" direction="in"/>
<arg name="startup_id" type="s" direction="in"/>
<arg name="dbusServiceName" type="s" direction="out"/>
<arg name="error" type="s" direction="out"/>
<arg name="pid" type="i" direction="out"/>
</method>
<method name="kdeinit_exec_with_workdir">
<arg type="i" direction="out"/>
<arg name="app" type="s" direction="in"/>
<arg name="args" type="as" direction="in"/>
<arg name="workdir" type="s" direction="in"/>
<arg name="env" type="as" direction="in"/>
<arg name="startup_id" type="s" direction="in"/>
<arg name="dbusServiceName" type="s" direction="out"/>
<arg name="error" type="s" direction="out"/>
<arg name="pid" type="i" direction="out"/>
</method>
<method name="reparseConfiguration">
</method>
<method name="requestHoldSlave">
<arg type="i" direction="out"/>
<arg name="url" type="s" direction="in"/>
<arg name="app_socket" type="s" direction="in"/>
</method>
<method name="requestSlave">
<arg type="i" direction="out"/>
<arg name="protocol" type="s" direction="in"/>
<arg name="host" type="s" direction="in"/>
<arg name="app_socket" type="s" direction="in"/>
<arg name="error" type="s" direction="out"/>
</method>
<method name="checkForHeldSlave">
<arg type="b" direction="out"/>
<arg name="url" type="s" direction="in"/>
</method>
<method name="setLaunchEnv">
<arg name="name" type="s" direction="in"/>
<arg name="value" type="s" direction="in"/>
</method>
<method name="start_service_by_desktop_name">
<arg type="i" direction="out"/>
<arg name="serviceName" type="s" direction="in"/>
<arg name="urls" type="as" direction="in"/>
<arg name="envs" type="as" direction="in"/>
<arg name="startup_id" type="s" direction="in"/>
<arg name="blind" type="b" direction="in"/>
<arg name="dbusServiceName" type="s" direction="out"/>
<arg name="error" type="s" direction="out"/>
<arg name="pid" type="i" direction="out"/>
</method>
<method name="start_service_by_desktop_path">
<arg type="i" direction="out"/>
<arg name="serviceName" type="s" direction="in"/>
<arg name="urls" type="as" direction="in"/>
<arg name="envs" type="as" direction="in"/>
<arg name="startup_id" type="s" direction="in"/>
<arg name="blind" type="b" direction="in"/>
<arg name="dbusServiceName" type="s" direction="out"/>
<arg name="error" type="s" direction="out"/>
<arg name="pid" type="i" direction="out"/>
</method>
<method name="start_service_by_name">
<arg type="i" direction="out"/>
<arg name="serviceName" type="s" direction="in"/>
<arg name="urls" type="as" direction="in"/>
<arg name="envs" type="as" direction="in"/>
<arg name="startup_id" type="s" direction="in"/>
<arg name="blind" type="b" direction="in"/>
<arg name="dbusServiceName" type="s" direction="out"/>
<arg name="error" type="s" direction="out"/>
<arg name="pid" type="i" direction="out"/>
</method>
<method name="waitForSlave">
<arg name="pid" type="i" direction="in"/>
</method>
<method name="terminate_kdeinit">
</method>
</interface>
</node>
|