drag and drop doesn't work
Bug #1269513 reported by
Mario Daniel Ruiz Saavedra
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Terminal |
Fix Released
|
Medium
|
Akshay Shekher |
Bug Description
Drag and drop is an useful feature to run simple commands, like for example following a tutorial, or adjusting a hidden setting. However, draging text from Chrome (v.31.0.1650.63) and Midori (v.0.5.6) doesn't work.
description: | updated |
Changed in pantheon-terminal: | |
status: | New → Confirmed |
milestone: | none → isis-beta1 |
importance: | Undecided → Medium |
Changed in pantheon-terminal: | |
assignee: | nobody → Akshay Shekher (voldyman) |
status: | Confirmed → Triaged |
Changed in pantheon-terminal: | |
status: | Triaged → Fix Committed |
Changed in pantheon-terminal: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
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 }; s.ALL, { files_target }, Gdk.DragAction. COPY);
> Gtk.drag_dest_set (this, Gtk.DestDefault
I tried to change it to "text/plain" but Terminal will SEGFAULT on that.