zocker-160 / pyQVNCWidget

VNC Widget for Python using PyQt5
GNU General Public License v3.0
14 stars 7 forks source link

Problems running with TigerVNC #6

Closed fraviofii closed 1 year ago

fraviofii commented 1 year ago

I'm trying to execute the widget with TigerVNC and it is not working.

I set my vncserver with the following command:

vncserver -depth 24 :1

Then I launch the example1.py and I get the following screen:

image

The connection is established and the VNC screen is showing on the screen. But only on the white line of the dialog.

Can you advise me on how to have this working?

zocker-160 commented 1 year ago

Thank you for reporting, I think this might be a very similar issue to the RealVNC one.

Sadly I am currently short on time, but I will take a look, it is very likely a bug in the input buffer code rendering the first incoming image.

zocker-160 commented 1 year ago

should be fixed with v0.3.x