Bug 276479 - wish: add feature to copy/move image files from digikam to filemanager on non-kde desktop
Summary: wish: add feature to copy/move image files from digikam to filemanager on non...
Status: RESOLVED NOT A BUG
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Runtime (show other bugs)
Version: 1.9.0
Platform: Debian unstable Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-25 18:29 UTC by Jonas Meurer
Modified: 2022-01-23 11:40 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Meurer 2011-06-25 18:29:08 UTC
Version:           1.9.0 (using KDE 4.6.4) 
OS:                Linux

Currently it's rather complicated to copy image files from digikam to an open filemanager on non-kde (e.g. gnome) desktop. If I drag a image in digikam, and drop it into the filemanager (nautilus) 

Reproducible: Always

Steps to Reproduce:
Open digikam in a non-kde desktop environment, drag an image in digikam, and drop it into a filemanager (or on the desktop).

Actual Results:  
The image file is moved from the original place to the new one.

Expected Results:  
Either the image should be copied, or another way to copy images from digikam to another place should be given.
Comment 1 caulier.gilles 2011-06-27 11:28:08 UTC
Gnome must support open desktop standard to be able to play with other applications. D&D into digiKam use Qt4 api :

http://doc.qt.nokia.com/4.7/dnd.html#interoperating-with-other-applications 

This work fine under Macosx and Windows. Why not Gnome...

Gilles Caulier
Comment 2 Jonas Meurer 2011-10-03 07:55:47 UTC
It seems that others discovered the drag&drop issue with gnome as well:

http://mail.kde.org/pipermail/digikam-users/2010-April/010285.html
http://ubuntuforums.org/showthread.php?t=1161994
https://bugs.launchpad.net/ubuntu/+source/digikam/+bug/382557

Apparently the fix is easy: press <Ctrl> while dragging the image, and it will be copied instead of moved.