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 352117 - Flickr export strip metadata has no effect
Flickr export strip metadata has no effect
Status: RESOLVED DUPLICATE of bug 362438
Product: f-spot
Classification: Other
Component: Metadata
0.1.11
Other Linux
: Normal normal
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-20 10:18 UTC by Tommi Komulainen
Modified: 2006-10-16 07:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Tommi Komulainen 2006-08-20 10:18:18 UTC
Regardless of 'Strip metadata' checkbox the metadata is not stripped when exporting to Flickr. Instead, the state of 'View photos in browser[...]' determines whether the metadata is stripped or not.

From src/FlickrExport.cs (HandleResponse):
        [...]
   	open = open_check.Active;
	scale = scale_check.Active;
	copy_metadata = open_check.Active;

The last line should probably be:
        copy_metadata = !meta_check.Active;


Furthermore it would seem that stripping metadata has no effect unless you're scaling the image as well. There's some discrepancy between the terminology in the UI (strip metadata) and the code (copy metadata) which probably explains this.
Comment 1 Larry Ewing 2006-10-05 03:58:20 UTC
there have been some changes to the metadata export logic, can you verify that this is still a problem in 0.2.1?
Comment 2 Stephane Delcroix 2006-10-16 07:17:01 UTC
bug 362295 is a dup of this one. but since bug 362295 contains a patch marked accepted, I close this one as a dup.

*** This bug has been marked as a duplicate of 362295 ***
Comment 3 Stephane Delcroix 2006-10-16 07:19:42 UTC
oups, sorry, not 362295 but 362438
Comment 4 Stephane Delcroix 2006-10-16 07:20:30 UTC

*** This bug has been marked as a duplicate of 362438 ***