Lars

Results 48 issues of Lars

Im my opinion it would nice if the method does not raise any exception but return ```None``` in case of an error. This would largely correspond to the C implementation,...

I updated my project to pywlroots 0.16.7 and got the following error: ``` DRI driver not from this Mesa build ('24.0.5' vs '23.1.4') failed to bind extensions DRI driver not...

packaging

I still have support for tablets in the pipeline. wlr_tablet_tool is already implemented and required some changes especially to the Cursor class and ffi_build. See https://github.com/flacjacket/pywlroots/compare/main...heuer:pywlroots:tablet_feature Considering the fact that...

enhancement

It's a minor issue but several classes provide a context manager where it makes no sense, in my opinion. For example: Where is the use case for a context manager...

api

The tinywl example is not listening to destroy events of input devices, so the ```TinywlServer.keyboards``` list is growing but not shrinking if a keyboard gets destroyed

bug

wlroots.tinywl provides an option to start an application, might be useful to add this option to the Python example as well. See

enhancement

### Issue description The `libqtile.backend.wayland._ffi` module is missing if pip uses `qtile-0.24.0-py3-none-any.whl`: ```bash user@raspberrypi:~ $ python -m venv qtile-test user@raspberrypi:~ $ source qtile-test/bin/activate pip install qtile[wayland] Looking in indexes: https://pypi.org/simple,...

status: unconfirmed
status: stale

Some core (Python) packages lack of a proper documentation. Python code is generally easy to understand but it would be nice if some documentation standards would be kept. This would...

enhancement
question
documentation

Once an app is moved, all later installations ignore the "category" in the manifest and the apps are placed on the homescreen. Would be nice if the auto-categorization can be...

enhancement

This issue is intended to collect and discuss API improvement suggestions. * pointer: Replace ``dx`` and ``dy`` properties with ``delta_x`` and ``delta_y``. The PointerMotionEvent has the properties "delta_x" and "delta_y"....

api