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.
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 ***