mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-25 11:12:50 +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.