mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
This avoids the helper process exiting with an error due to a broken pipe. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1349>
14 lines
405 B
XML
14 lines
405 B
XML
<node>
|
|
<interface name="org.gnome.Shell.PerfHelper">
|
|
<method name="Exit"/>
|
|
<method name="CreateWindow">
|
|
<arg type="i" direction="in"/>
|
|
<arg type="i" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
</method>
|
|
<method name="WaitWindows"/>
|
|
<method name="DestroyWindows"/>
|
|
</interface>
|
|
</node>
|