After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 526398 - Moving/copying files from preview area
Moving/copying files from preview area
Status: RESOLVED FIXED
Product: cheese
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-04-05 20:59 UTC by Michael Monreal
Modified: 2008-04-19 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot (55.40 KB, image/png)
2008-04-05 21:00 UTC, Michael Monreal
  Details
patch (864 bytes, patch)
2008-04-19 13:12 UTC, Cosimo Cecchi
committed Details | Review

Description Michael Monreal 2008-04-05 20:59:02 UTC
Dragging a photo/video from the preview area to nautilus should copy the file. There should be a gconf key which would let you change the copy action to move.

[Maybe this was even possible with gnomevfs. In this case, it's even a regression. See attached screenshot for what's happening right now when doing this]
Comment 1 Michael Monreal 2008-04-05 21:00:32 UTC
Created attachment 108692 [details]
Screenshot
Comment 2 daniel g. siegel 2008-04-12 16:25:20 UTC
yeah, it was with gnomevfs... 
Comment 3 Cosimo Cecchi 2008-04-19 13:12:23 UTC
Created attachment 109534 [details] [review]
patch

This happens because you need to build a list of valid URIs on DnD, and you store paths in the model (which should be fine because Cheese always saves locally the temp shots if I understood correctly the code). Attached patch solves this by appending "file://" before each path when building the URI list for DnD.
Comment 4 daniel g. siegel 2008-04-19 14:03:30 UTC
unfair.. i looked around for 2 days, and you fix it in one hour.. ;) cosimo, thanks!

commited to trunk and gnome-22-branch