Simon Ser
Simon Ser
Please re-open if you can still reproduce with master.
Hm. In theory the `xmlns` things should be equivalent. There are other differences, e.g. `name` attributes. Does it work if you leave the `xmlns` attrs as-is, but use the fixed...
Yeah, but given the design of the encoding/xml package, this is what we end up with.
Would it make sense to add a new configuration option to selectively disable history based on criteria? Kind of related: https://github.com/emersion/mako/pull/477
Hm -- the D-Bus protocol has a "transient" hint - I wonder if that should skip history.
The error seems to be ``` 00:00:00.601 [DEBUG] [wlr] [render/vulkan/renderer.c:760] vulkan create_render_buffer: XR24, 3840x2160 00:00:00.601 [ERROR] [wlr] [render/vulkan/texture.c:517] DMA-BUF is too large to import ``` Can you share a `vulkaninfo`...
Unfortunately it doesn't seem like this log contains information about size limits. I've created this MR to better log the limits: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4837
I'd prefer to leave it up to the library user to implement this feature.
We used to block while verifying a password, and this has been deemed as an undesirable feature: in case of a typo in the password, users want to start typing...
The delay is not swaylock's doing. It's the default PAM configuration.