Fabian Vogt
Fabian Vogt
If you agree this makes sense then we can discuss what to do with the files in `data/microos/butane/`. Content is copied from the o3 images as of 2024-09-20 08:42Z, but...
font_pango triggers creation of a glib thread which might capture SIGCHLD from child processes. Make sure those get blocked by blocking them in the parent process before thread creation. Draft...
monitor_sd_init needs to get a pointer to struct uterm_sd_mon to be able to initialize it. Previously its contents were never initialized.
Since "chore: update Unifont hex data to 16.0.01", the unifont data grew more than 10x, causing builds to run out of memory because the generated .c source is >200MiB! ```...
# Issue Description https://build.opensuse.org/request/show/1284693 (which I opened myself) shows: "You are a project maintainer but not a package maintainer." but I'm in fact not. This is also confirmed by the...
HapticFeedbackConstants.KEYBOARD_TAP on all keypress and touchpad down events triggered by QML. Fixes #115 TODO: - [ ] Should it be configurable?
Expected Result ============ I can tell build results apart. How to Reproduce =============== 1. Look at any SR with multibuild builds or look at the screenshot below 2. Get confused...
### Is there an existing issue for this? - [x] I have searched existing issues ### Bug Type - [x] Firmware - [ ] Tool - [ ] Unit Test...
In rootless podman containers, mknod is not allowed, but bind mounting existing devices is. By bind mounting needed devices, chroot builds can work. RFC because: Not sure if I'm missing...
RFC. Does that still fit the obs-build security model?