ponty
ponty
You can test the results so: (from README) ``` python3 -m pip install fabric vncdotool python-vagrant entrypoint2 python3 vfb.py ``` I added tests for 32 bit rotation I run the...
You removed the debug log in the PR. It is a solution for your use case, but it is not general. I used temporary log files in past versions (see...
There is no need for pyside6 back-end now. Maybe in the future.
I followed your links and the solution is here: https://github.com/BoboTiG/python-mss/issues/134
- The goal of this library (README) "pure Python wrapper", so I won't add non Python code. - Checking system permissions and activating system dialogs seem to me out of...
I can't reproduce your use case. I did this based on the report: ``` $ cat Dockerfile FROM ubuntu:22.04 RUN apt-get update && apt-get install -y xvfb RUN apt-get install...
a3f430307634063f8cf43942d5fa950e8853570f
`tslib` should work. You should set the correct event file. example for tslib: ``` TSLIB_TSDEVICE=/dev/input/event2 ``` then ``` ./framebuffer-vncserver -t /dev/input/event2 -v ``` https://manpages.ubuntu.com/manpages/trusty/man5/ts.conf.5.html The `tslib` calibration file is not...
Your comments have no details. If you think that something is not working properly then show it in your log or in the program code. I tested framebuffer-vncserver with QT...
Do you run it on macOS? If yes, what is your XQuartz version?