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 421853 - Add import warning if delete is not supported
Add import warning if delete is not supported
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
: 507234 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-03-23 11:44 UTC by Michael Chudobiak
Modified: 2009-06-09 14:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Chudobiak 2007-03-23 11:44:51 UTC
Some ptp cameras do not support file deletes. libgphoto can check the camera capabilities. We should add a warning dialog if the "delete after import" mode is selected, but the cameras does not support it.

Originally reported at https://launchpad.net/ubuntu/+source/gthumb/+bug/65809.

- Mike
Comment 1 Paolo Bacchilega 2007-03-24 17:49:58 UTC
I think there is no need for a warning, just disable the "delete after import" option if it's not supported by the camera.
Comment 2 Michael Chudobiak 2009-06-09 14:13:37 UTC
*** Bug 507234 has been marked as a duplicate of this bug. ***
Comment 3 Michael Chudobiak 2009-06-09 14:14:20 UTC
The trunk version now warns if the file delete fails.

- Mike