Bug 188407

Summary: DND does not respect XDND action
Product: [Applications] dolphin Reporter: Fedor Gusev <gusevfe>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED DUPLICATE    
Severity: normal CC: frank78ac
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Fedor Gusev 2009-03-29 17:08:04 UTC
Version:           1.2.1 (using KDE 4.2.1)
OS:                Linux
Installed from:    Unspecified Linux

If you drag files from Nautilus, Dolphin always asks for desired action, no matter what key modifiers I press.

I am no good in Dolphin sources, but it looks like KonqOperations::doDropCopy() is being called at last, and if neither of ctrl, atl or shift modifiers are set, it pops up a menu.

In case of dragging from Nautilus, the drag window is owned by Nautilus, and, I guess, there is no way for Dolphin to get those modifiers. And it would be wrong to do this.

I think, the above means that Dolphin is not XDND ( http://www.newplanetsoftware.com/xdnd/ ) compatible.

PS: The same thing happens with Enlightenment File Manager, which iteracts with Nautilus with no problem.
PPS: I guess, https://bugs.kde.org/show_bug.cgi?id=178679 can be related to this one, but I am not sure.
Comment 1 Frank Reininghaus 2009-04-08 21:31:26 UTC
Thanks for the detailed bug report! I'm pretty sure it's related to the other bug report you mentioned, I'll mark it as a duplicate and add a comment with my findings to the other report...

*** This bug has been marked as a duplicate of bug 178679 ***