User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.6) Gecko/20060728 SUSE/1.5.0.6-1.3 Firefox/1.5.0.6 Build Identifier: Dragging a directory from the Thunar directory bar to Terminal doesn't work. Don't know if it's a Terminal bug but dragging from Thunar directory bar to xfdesktop works, so I file it here. Anyway, dragging a normal file or directory _does_ work, the problem is only with the directory bar. Reproducible: Always
Hm, this is not really a bug. Probably a missing feature. Terminal accepts only drops with GDK_ACTION_COPY, but the path bar sends only GDK_ACTION_LINK. Terminal could be updated to also support GDK_ACTION_LINK.
Created attachment 782 Suggested fix This simple patch should fix the problem.
thanks. Will this be applied in next releases?
Committed with revision 23122. 2006-09-10 Benedikt Meurer <benny@xfce.org> * terminal/terminal-widget.c(terminal_widget_init): Accept drops from the Thunar path bar. Bug #2284.
Thanks a lot!