GNOME Bugzilla – Bug 101029
copying same name images
Last modified: 2004-12-22 21:47:04 UTC
Package: nautilus Severity: normal Version: 2.1.3 Synopsis: copying same name images Bugzilla-Product: nautilus Bugzilla-Component: Thumbnails Description: II have two images with the same name but different content in two different folders, call them Image A and Image B. I copy image A to image B's folder, over-riding image B. But the thumbnail for image B still shows image B, where it should show image A. -- .--= [ MArk Finlay - sisob ] =--. [ My Weblog: http://advogato.org/person/sisob ] [ Gnome User's Board : www.gnomesupport.org/forums ] [ Want to be a Hacker?: http://www.tuxedo.org/~esr/faqs/ ] ------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-12-12 10:53 ------- Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.
This is related to, though different from, bug 43335 and bug 99271. Actually, this could almost be considered a dup of 99271, but it probably depends on what the code looks like. My search didn't show any other possible duplicates. I'm going to mark priority->high (cosmetic bug of particularly high visibility) and severity->major; also setting version->2.1.x, adding GNOMEVER2.1 and bugsquad keywords, and marking as new.
(Presumably) Another manifestation of this bug. 1) Create images A.png & B.png (View with nautilus) 2) mv A.png A-old.png 3) cp B.png A.png Thumbnail for new A.png will be the same as the original A.png, even though the image file is the same as B.png. At the very least, (re)loading the view should check that the thumbnail date is newer than the image file date.
Alex fixed this.
Yup, seems to be fixed in CVS. Closing. Open this again if anyone can reporduce.