GNOME Bugzilla – Bug 648931
Gdk clipboard doesn't work correctly
Last modified: 2011-09-02 05:52:54 UTC
All gtk-applications has their own clipboards, so user cannot copy text in one application and paste in another one. Moreover, gtk-demo shows in console: (gtk-demo.exe:3648): Gdk-CRITICAL **: gdk_property_change: assertion `window != NULL' failed when I try to copy text in TextView
Confirmed with today git 2.24.4-14-g254b9a4, under Windows XP SP3.
+ Trace 227420
Reverting f9dd531bc9ccec1a407fe7b78c74f6fac242a05e seems to fix that bug
What needs to happen is that we need to get the #ifdef GTK_WINDOWING_WIN32 counterparts for those things that moved under #ifdef GTK_WINDOWING_X11
Created attachment 189555 [details] [review] win32: fix gdk clipboard
Review of attachment 189555 [details] [review]: Looks good to me. Thanks!
Attachment 189555 [details] pushed as da746d5 - win32: fix gdk clipboard
When will this reach it's way into an All-In-One Windows install package?
Forgive me, I was referring to the PyGTK All-In-One installer for Windows.
So, is there any win32 binaries with this patch? Where can I get compiled library? Thank you