! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Drag&Drop from Thunar directory bar doesn't work
Status:
CLOSED: FIXED
Product:
Xfce4-terminal
Component:
General

Comments

Description Bernhard Walle 2006-09-08 11:46:24 CEST
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
Comment 1 Benedikt Meurer editbugs 2006-09-08 12:48:40 CEST
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.
Comment 2 Benedikt Meurer editbugs 2006-09-09 23:41:37 CEST
Created attachment 782 
Suggested fix

This simple patch should fix the problem.
Comment 3 Bernhard Walle 2006-09-10 00:21:32 CEST
thanks. Will this be applied in next releases?
Comment 4 Benedikt Meurer editbugs 2006-09-10 11:08:30 CEST
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.

Comment 5 Bernhard Walle 2006-09-10 11:26:04 CEST
Thanks a lot!

Bug #2284

Reported by:
Bernhard Walle
Reported on: 2006-09-08
Last modified on: 2009-12-17

People

Assignee:
Benedikt Meurer
CC List:
0 users

Version

Version:
0.2.5.6rc1

Attachments

Suggested fix (596 bytes, patch)
2006-09-09 23:41 CEST , Benedikt Meurer
no flags

Additional information