mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 18:22:41 +00:00
The session-control mechanism is based on the way how sessions are labeled. In #2171, we changed the labeling to be more strict. In particular, label-less sessions do no longer exist. Unfortunately, nitpicker and the window manager still handled the former weaker labeling, which ultimately led to a situation where any session-control argument would mismatch. The behavior could be observed in the launcher.run script where a click on the subsystem button would not focus the clicked-on subsystem. With the patch, the scenario works again as expected.
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.