mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 14:40:54 +00:00
This patch adds the handling neccessary for clients to upgrade the cap quota of their GUI session. Until now, the upgrade mechanism supported only RAM quota. The limitation became visible once a client - in the particular case the motif_decorator - attempted the cap upgrade of its GUI session. The cap quota would arrive at the wm, but the wm would keep it instead of forwarding the quota to nitpicker. This resulted in an infinite retry loop at the motif_decorator, ultimatedly depleting all its cap quota.
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.