genode/repos/gems
Benjamin Lamowski b05b7f17f3 sculpt_manager: bump editor default quota for large fonts and 4k
When trying to open a file in the Files view with font size set to
Large on 4k screens, the editor's / `text_area`'s `view` child fails to
bump its RAM quota when the editor's default quota is too small.

To mitigate the issue, bump the editor's default quota to 80MiB.
The long-term fix would be for the editor to request more RAM from the
runtime to satisfy the `view` RAM request.

Issue #5356
Issue #5383
2024-11-20 08:58:39 +01:00
..
include gems/vfs_font: improve glyph bb sanity check 2024-11-20 08:58:39 +01:00
lib gems: VFS OSS plugin for Record/Play session 2024-04-12 15:08:00 +02:00
recipes depot: update recipe hashes 2024-11-05 13:41:07 +01:00
run sculpt_image: add MNT Pocket as target board 2024-10-30 08:14:56 +01:00
sculpt gpu/intel: use fixed aperture size for GPU service 2024-11-20 08:55:49 +01:00
src sculpt_manager: bump editor default quota for large fonts and 4k 2024-11-20 08:58:39 +01:00
README Update README files 2023-03-13 14:32:53 +01:00

This directory is a source-code repository containing Genode-specific services
and applications. In contrast to the components hosted in 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.