[Gtk-sharp-list] Complex bug/issue in Gtk.Clipboard
John Luke
jluke@cfl.rr.com
17 Jul 2003 17:08:44 -0400
> selection_data.Text = "test"; This would make the XClient who requests
> the clipboard paste "test", right? Well this does not work.
>
I am not familiar with the Clipboard, so maybe I shouldn't post this ...
I ran your example, copied "Test.exe" and pasted it and here is the
output:
mono Test.exe
I now own the clipboardownership, waiting for a clipboard request
I lost the clipboard ownership
Test.exe
This seems right to me, or is there some deeper issue that I am missing?
John