Bug 188407 - DND does not respect XDND action
Summary: DND does not respect XDND action
Status: RESOLVED DUPLICATE of bug 178679
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-29 17:08 UTC by Fedor Gusev
Modified: 2009-04-08 21:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***