Using Python example hosted by GDK backend
vgrcs opened this issue · 2 comments
Hi!
I'm trying to run the python example (img.py) using Broadway, as explained in https://docs.gtk.org/gtk3/broadway.html.
But the lines connecting the sockets seem not to work properly inside the browser.
Could you please try to replicate this error I'm getting?
Thank you in advance,
Vitor
Hi,
I'm afraid I won't be able to help with this one. It appears to be an issue within broadway or GDK and seems to be related to drag and drop in general. The problem can also be seen in the C-demo and also with other software. For example, you can start 'gedit' via broadway, type a few lines, mark them and try to drag and drop the marked section. At least for me, this produces a similar set of GDK error messages, such as
assertion 'GDK_IS_WINDOW (window)' failed
or
assertion 'GDK_IS_SCREEN (screen)' failed
best regards
Armin
Thank you.