Lars

Results 57 comments of Lars

> Where's that wheel from? It's not listed as one of our pre-built wheels on pypi: https://pypi.org/project/qtile/#files I was wondering the same thing. It is not listed there. But pip...

> Presumably piwheels has some automatic build function when a package is added to pypi. However, that's not going to work as, unless the wayland development files are installed in...

> The issue is we don't force the wayland backend to be build because x11 users shouldn't have to install wayland dependencies. Isn't it possible to tell pip to build...

> Try adding `--config-setting backend=wayland` to that command. Thanks, that works: ``` python -m venv qtile-test2 source qtile-test2/bin/activate pip install --no-binary :all: --config-setting backend=wayland qtile[wayland] ls qtile-test2/lib/python3.11/site-packages/libqtile/backend/wayland/ __init__.py __pycache__ _ffi.abi3.so...

On further reflection, deprecation is difficult because pywlroots creates instances of the class, not the user. We can use something like this: ```python class OutputRequestStateEvent(Ptr): # […] OutputEventRequestState = OutputRequestStateEvent...

> The "or" stands for "override redirect" (not for `||`) and basically means an unmanaged surface. Those are used in X11 for popups / tooltips and the like. See https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/0.17/include/wlr/xwayland/xwayland.h?ref_type=heads#L262...

> Oh I see I have been trying to get the pacman plugin working. Any chance you can add those bits of functionality? The plugin-system is still there but Segno's...

More reasons why the plugin system should be removed: https://github.com/lincolnloop/python-qrcode/issues/378 https://github.com/heuer/segno/issues/141 It was a smart or funny idea back then but it took not off.

@flacjacket, please check the xkbcommon errors, I didn't change anything regarding xkbcommon. … and I don't understand the ruff error. If I run ruff locally, I don't get any errors....

@epsilon77, I assume this is supposed to be packed for trixie? What time frame are we talking about to enable packing for it? @jwijenbergh has started to adapt pywlroots to...