ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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.KWin.Session">
|
|
<method name="setState">
|
|
<!-- Sets state of the session should be one of:
|
|
0 = normal
|
|
1 = saving
|
|
2= quitting
|
|
-->
|
|
<arg name="state" type="u" direction="in" />
|
|
</method>
|
|
<method name="loadSession">
|
|
<arg name="name" type="s" direction="in" />
|
|
</method>
|
|
<method name="aboutToSaveSession">
|
|
<arg name="name" type="s" direction="in" />
|
|
</method>
|
|
<method name="finishSaveSession">
|
|
<arg name="name" type="s" direction="in" />
|
|
</method>
|
|
<!-- Shutdown kwin at the end of the session -->
|
|
<method name="quit">
|
|
</method>
|
|
<method name="closeWaylandWindows">
|
|
<arg type="b" direction="out" />
|
|
</method>
|
|
</interface>
|
|
</node>
|
|
|