|
|
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » DragAndDrop FILES does not work under LINUX
|
|
Re: DragAndDrop FILES does not work under LINUX [message #35008 is a reply to message #35007] |
Tue, 27 December 2011 21:49   |
Didier
Messages: 725 Registered: November 2008 Location: France
|
Contributor |
|
|
I tested with gnome and it also works fine,
Seems to be a KDE specific problem
But looking at the logs in DEBUG mode
In GNOME:
#### PasteClip =
Target action 1
Sending status/finished to 23115959 accepted: true
DropStatus Client Message XdndPosition
Client Message 83890900 XdndPosition, src: 23115959
XdndPosition [757, 350], action XdndActionCopy
Source action 1
#### PasteClip =
Target action 1
Sending status/finished to 23115959 accepted: true
DropStatus Client Message XdndPosition
Client Message 83890900 XdndPosition, src: 23115959
XdndPosition [759, 352], action XdndActionCopy
Source action 1
#### PasteClip =
Target action 1
Sending status/finished to 23115959 accepted: true
DropStatus Client Message XdndPosition
Client Message 83890900 XdndPosition, src: 23115959
XdndPosition [760, 353], action XdndActionCopy
Source action 1
#### PasteClip =
Target action 1
Sending status/finished to 23115959 accepted: true
#### PasteClip =
#### PasteClip =
#### PasteClip =
#### PasteClip =
#### PasteClip =
DropStatus Client Message XdndDrop
Client Message 83890900 XdndDrop, src: 23115959
XdndDrop to 10VMLineEdit : 0xbf82c308(parent 16WithTabDocLayoutIN3Upp10ParentCtrlEE)
Source action 1
#### PasteClip =
Target action 1
Sending status/finished to 23115959 accepted: true
DropStatus Client Message WM_PROTOCOLS
DropStatus Client Message WM_PROTOCOLS
DropStatus Client Message WM_PROTOCOLS
In KDE
DropStatus Client Message XdndPosition
Client Message 85985289 XdndPosition, src: 81788964
XdndPosition [1023, 365], action XdndActionMove
Source action 2
#### PasteClip =
Target action 2
Sending status/finished to 81788964 accepted: true
#### PasteClip =
#### PasteClip =
DropStatus Client Message XdndPosition
Client Message 85985289 XdndPosition, src: 81788964
XdndPosition [1023, 365], action XdndActionMove
Source action 2
#### PasteClip =
Target action 2
Sending status/finished to 81788964 accepted: true
#### PasteClip =
#### PasteClip =
#### PasteClip =
#### PasteClip =
DropStatus Client Message XdndPosition
Client Message 85985289 XdndPosition, src: 81788964
XdndPosition [1023, 365], action XdndActionMove
Source action 2
#### PasteClip =
Target action 2
Sending status/finished to 81788964 accepted: true
#### PasteClip =
#### PasteClip =
#### PasteClip =
DropStatus Client Message XdndDrop
Client Message 85985289 XdndDrop, src: 81788964
XdndDrop to 10VMLineEdit : 0xbfb1fde8(parent 16WithTabDocLayoutIN3Upp10ParentCtrlEE)
Source action 2
#### PasteClip =
Target action 2
Sending status/finished to 81788964 accepted: true
DropStatus Client Message WM_PROTOCOLS
DropStatus Client Message WM_PROTOCOLS
DropStatus Client Message WM_PROTOCOLS
The target action differs: 1 in GNOME and 2 in KDE
You are certainly right saying it's a protocol problem.
Where is all this protocol parsing done, i can try and take a look at what can be done ?
|
|
|
|
|
Re: DragAndDrop FILES does not work under LINUX [message #35020 is a reply to message #35016] |
Thu, 29 December 2011 11:42  |
Didier
Messages: 725 Registered: November 2008 Location: France
|
Contributor |
|
|
I did some testing and the problem does not come from KDE. It comes from the file browser used:
First, depending on the file browser used, you have to push on [ctrl] to get a 'XdndActionCopy' command (action 1)
But even with the correct command, some browsers still don't work. Here is the status for 3 current linux browsers:
- dolphin : does NOT WORK (defautl with KDE)
- konqueror : does NOT WORK
- nautilus : OK (default with GNOME)
After more investigation, it seems that the CLIP is EMPTY with dolphin and konqueror although all the rest is identical to nautilus case.
So I gess this is a Konqueror/dolphin bug.
[Updated on: Thu, 29 December 2011 11:44] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Tue Apr 29 19:50:05 CEST 2025
Total time taken to generate the page: 0.00644 seconds
|
|
|