Lars

Results 44 comments of Lars

Maybe we should reactivate the (deprecated) ``Seat.set_keyboard`` then? And either remove the ``@keyboard.setter`` or at least deprecate it? C.f. https://github.com/flacjacket/pywlroots/issues/137#issuecomment-1978176129 Probably it is okay to just remove the ``@keyboard.setter`` since...

Ah, sorry, haven't seen it.

Maybe Seat shouldn't have a ``keyboard`` property at all? Seat.keyboard uses ``wlr_seat_get_keyboard``. Or is that too nitpicky?

I think we have to leave it as it is now that 0.17 has been released. API changes in a minor release are somewhat unfortunate. I would have liked to...

OutputLayout is another candidate where the value of a context manager is questionable.

@flacjacket, @jwijenbergh, maybe WLR 0.17 offers a chance to clean this up? However, I don't think this issue is important enough to delay a release of WLR 0.17.

You can try to set the renderer to pixman: ``` export WLR_RENDERER=pixman ``` This isn't a solution but only a workaround, though

Hmmm... I looked at the previous releases: pywlroots always had the "libs" directory with the libraries... Strange that this wasn't a problem for my installation before.

The ``pywlroots-0.16.7-cp311-cp311-linux_aarch64.whl`` comes w/o the libs. It just contains the ``_ffi.abi3.so`` (in the wlroots directory): ``` drwxr-xr-x 5 user user 4096 17. Apr 18:24 . drwxr-xr-x 3 user user 4096...

pywlroots 0.16.8 has the same problem. I cannot install pywlroots with pip unless I explicitly specify that the source code package should be used because the shipped libraries in the...