genode/repos/gems/recipes/pkg/motif_wm/runtime
Norman Feske 1fe9b07c99 wm: forwarding of clipboard ROM/Report sessions
The labels of clipboard ROM and clipboard report sessions of WM clients
must be consistent with the client's nitpicker label. Hence, we must
route those sessions through the window manager, analogously to the
approach taken for shape reports in #3165.

Issue #3437
2019-07-09 08:58:38 +02:00

26 lines
557 B
Plaintext

<runtime ram="40M" caps="1000" binary="init" config="wm.config">
<requires>
<nitpicker label="focus"/>
<nitpicker/>
<report label="shape"/>
<report label="clipboard"/>
<rom label="clipboard"/>
<timer/>
</requires>
<provides> <nitpicker/> <report/> <rom/> </provides>
<content>
<rom label="ld.lib.so"/>
<rom label="report_rom"/>
<rom label="decorator"/>
<rom label="window_layouter"/>
<rom label="wm"/>
<rom label="wm.config"/>
<rom label="decorator_init.config"/>
<rom label="layouter.config"/>
</content>
</runtime>