kde-workspace/krunner/dbus/org.kde.krunner.App.xml
Ivailo Monev a5fa8348e3 krunner: remove redundant startup notification feature
KWin has effect for it, I am not sure if it should be done by KWin but
if it is done by krunner and krunner is not started in Katana session it
may interfere with whatever is (potentially) doing startup notification
feedback. obviously, same goes for KWin but now it is done only from
one program

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-27 05:10:25 +03:00

31 lines
1 KiB
XML

<!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.krunner.App">
<method name="showTaskManager">
</method>
<method name="showTaskManagerWithFilter">
<arg name="filterText" type="s" direction="in"/>
</method>
<method name="display">
</method>
<method name="displaySingleRunner">
<arg name="runnerName" type="s" direction="in"/>
</method>
<method name="displayWithClipboardContents">
</method>
<method name="query">
<arg name="term" type="s" direction="in"/>
</method>
<method name="querySingleRunner">
<arg name="runnerName" type="s" direction="in"/>
<arg name="term" type="s" direction="in"/>
</method>
<method name="switchUser">
</method>
<method name="clearHistory">
</method>
<method name="singleModeAdvertisedRunnerIds">
<arg type="as" direction="out"/>
</method>
</interface>
</node>