mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 07:00:55 +00:00
The sculpt manager used to defer the initialization of the GUI until nitpicker's first display report became ready. This way, Sculpt was able to run headlessly even if the framebuffer driver failed to start up. Thanks to #3827, nitpicker no longer depends on a working framebuffer driver. So the sculpt manager is safe to rely on nitpicker in any case, simplifying the code. Issue #3827
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.