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 101029 - copying same name images
copying same name images
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Thumbnails
2.1.x
Other other
: High major
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-12-12 15:53 UTC by Mark Finlay
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description Mark Finlay 2002-12-12 15:53:02 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.

Comment 1 Elijah Newren 2002-12-12 20:11:43 UTC
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.
Comment 2 Darryl Rees 2003-01-09 04:17:15 UTC
(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.
Comment 3 Dave Camp 2003-02-08 20:27:36 UTC
Alex fixed this.
Comment 4 Mark Finlay 2003-02-08 21:59:06 UTC
Yup, seems to be fixed in CVS. Closing.
Open this again if anyone can reporduce.