aluntzer / gtknodes

A GTK-based library to create functional flow graphs with the ability to pass arbitrary data between connected elements.
Other
92 stars 10 forks source link

Using Python example hosted by GDK backend #13

Open vgrcs opened 2 years ago

vgrcs commented 2 years ago

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

aluntzer commented 2 years ago

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

vgrcs commented 2 years ago

Thank you.