Advance Wayland and KDE package bring-up
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<!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.JobViewServerV2">
|
||||
<method name="requestView">
|
||||
<!-- The desktop entry of the application, e.g. "org.kde.dolphin" -->
|
||||
<arg name="desktopEntry" type="s" direction="in"/>
|
||||
|
||||
<!-- 'capabilities' is used as a bit field:
|
||||
0x0001 means that the user should be able to cancel the job
|
||||
0x0002 means that the user should be able to suspend/resume the job
|
||||
-->
|
||||
<arg name="capabilities" type="i" direction="in"/>
|
||||
|
||||
<!-- Custom hints for the server, used for future extension -->
|
||||
<arg name="hints" type="a{sv}" direction="in"/>
|
||||
|
||||
<arg name="trackerPath" type="o" direction="out"/>
|
||||
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QVariantMap"/>
|
||||
</method>
|
||||
</interface>
|
||||
</node>
|
||||
Reference in New Issue
Block a user