On Thu, 12 Jan 2023 14:02:34 +0100 Simon Richter wrote:
SR> Not with the minimal example, but with the AUI example:
SR>
https://psi5.com/~geier/wx-artifacts.png
Thanks, it's very helpful to know that it can be reproduced with it.
SR> I started Xvnc with
SR>
SR> $ startx /usr/bin/fvwm -- /usr/bin/Xvnc -depth 24 -geometry 1920x1080
SR>
SR> so nothing special in the invocation.
And thanks again, I do see exactly the same thing as you do when using the
VNC server from tigervnc-standalone-server Debian package. Weirdly enough,
I didn't see it at first, when I was launching the sample from an ssh
session, but I do see it if I do
$ GDK_BACKEND=x11 ./samples/aui/auidemo
in an xterm launched inside Xtigervnc itself.
I still have no idea what's going on here but at least now I can start
doing random things in the hope that one of them works -- or someone
actually knowing what's going on fixes it in the meanwhile.
BTW, to begin with, I've tried checking if a simple GTK application showed
the same problem, but I can't even make it appear at any other position
than (0,0) and calling gtk_window_move() doesn't seem to have any effect,
even though it works for wxGTK, apparently.
I'm afraid I have to stop here for now because I really hadn't planned on
spending time on this today, so I've just created
https://github.com/wxWidgets/wxWidgets/issues/23135
for now, please feel free to subscribe to it and, of course, any ideas
about fixing this would be very welcome.
Regards,