Comment 1 for bug 1269513

Revision history for this message
David Gomes (davidgomes) wrote :

Not sure if this is fixable, given the fact that not even GNOME Terminal supports this and I failed to support text-plain targetting. We have:

> Gtk.TargetEntry files_target = { "text/uri-list", 0, 0 };
> Gtk.drag_dest_set (this, Gtk.DestDefaults.ALL, { files_target }, Gdk.DragAction.COPY);

I tried to change it to "text/plain" but Terminal will SEGFAULT on that.