Joan Bruguera Micó
Joan Bruguera Micó
Grrr, for (1), I tried making the directory containing the PKGBUILD read-only, but it broke a few things: * Updating the `pkgver` for Git packages ([link](https://gitlab.archlinux.org/pacman/pacman/-/blob/v6.0.2/scripts/makepkg.sh.in#L214)) * Updating sources pre-downloaded...
FWIW I ended up with the following standalone script ("makepkg replacement") for my builds. It have successfully tested it with ~30 packages. It depends on the not-yet-merged PR for bubblewrap...
Hi, there's currently no containerized version of this utility, but feel free to open a PR providing a `Dockerfile`. PS: I should also be able to set up automatic image...
The (admittedly uncommon) scenario where two layer surfaces are competing for exclusive keyboard interactivity isn't handled so far in this implementation. For instance, consider that a layer surface on layer...
For now I'm using a patch over the 4.8.1 sources, to display the info panel as a tool window (wxMiniFrame) instead of the split timeline/infopanel design - note that it's...
At least for nvidia-470xx, just leaving out the `.output_poll_changed` member is insufficient, at the very least it makes the right modes not appear in `/sys/class/drm/card*/modes`, not sure if it actually...
**Note 1:** Some people desire to disable scrolling to switch workspaces: https://github.com/swaywm/sway/pull/1041, https://github.com/swaywm/sway/issues/4114. It's unclear to me if they don't like it being triggered when scrolling over free bar space...
This may be related to [commit 641bb4394f40 ("fs: move FMODE_UNSIGNED_OFFSET to fop_flags")](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=641bb4394f405cba498b100b44541ffc0aed5be1). At least for nvidia-470xx it's fixed by adding the `.fop_flags = FOP_UNSIGNED_OFFSET` line from [this patch](https://gist.github.com/joanbm/a6d3f7f873a60dec0aa4a734c0f1d64e). Though for...