Philipp Hahn

Results 64 comments of Philipp Hahn

Thank you for the extra data, that helps very much. > INFO:twisted:x=0 y=0 w=1920 h=1200 Just a guess: Looks like we get that out-of-band message while actually waiting for the...

`nocursor` onyl works when client-side rendering is negotiated with the server: In that case the cursor shape and position are sent to the client, which is then supposed to merge...

`vncdotool/client.py:393: encodings = [self.encoding]` You can try overwrite `vncdotool.VNCDoToolClient.encoding = vncdotool.rfb.Encoding.ZRLE` in your code; then the code will send that different encoding during the connection setup, but I have not...

What VNC server are you connecting to, Qemu or some other Virtual Machine? if yes, see https://github.com/sibson/vncdotool/issues/269#issuecomment-1696847993 I (or someone) should convert this into a FAQ.

[Pillow 10](https://pypi.org/project/pillow/) requires [Python >=3.8](https://devguide.python.org/versions/); iff we merge this we have to drop Python 3.7 compatibility, which is end-of-life 2023-06-27.

Probably missing exception handling similar to https://github.com/sibson/vncdotool/issues/127#issuecomment-374045854

- [x] I tested this (94a441951316f9968693b726c16b471b6082429b) now on my private setup by doing the equivalent of `kill -STOP 1` on `mongod`; after some time k8s detected the failure and restarted...

We have a similar issue with [Univention Corporate Server](https://github.com/univention/univention-corporate-server/) (UCS): it is a mono-repository consisting of 128+ sub-packages, each in its own 2-level deep sub-directory. As UCS is based on...

I don't know how often I have answered such questions in the past, but the VNC / RFB protocol is not ideal for being used with virtual machines. Daniel P....

For an `en-US` keyboard you're lucky and can use `vncdo --force-caps …`: For the characters listed in > SPECIAL_KEYS_US = '~!@#$%^&*()_+{}|:"?' `vncdo` will then automatically send `shift-X` key presses and...