genode/repos/gems/recipes/pkg/motif_wm
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
..
archives sculpt: split window manager into multiple pkgs 2018-11-27 11:36:35 +01:00
hash depot: update recipe hashes 2019-05-29 10:20:52 +02:00
README Rename wm pkg to motif_wm 2018-11-16 15:07:52 +01:00
runtime wm: forwarding of clipboard ROM/Report sessions 2019-07-09 08:58:38 +02:00

       Subsystem for presenting GUI applications in floating windows


The package uses the motif-inspired default decorator. The decorator is
executed in a sub-init instance according to 'decorator_init.config'. This
allows us to easily override the decorator with another implementation (like
the themed decorator) provided by another package while keeping the overall
configuration of the wm subsystem.

As another advantage of hosting the decorator in a dedicated init instance,
it is possible to restart or replace the decorator at runtime by serving
the 'decorator_init.config' from a dynamic ROM service.