#997873 gwenview: thumbnails not updated; sometimes thumbnails point at deleted image

Package:
gwenview
Source:
gwenview
Description:
image viewer
Submitter:
"Edward C. Jones"
Date:
2021-10-27 00:00:06 UTC
Severity:
normal
#997873#5
Date:
2021-10-26 12:47:05 UTC
From:
To:
If I replace an image with another image with the same name, the thumnail is
not updated.  This is a well-known problem.  A work-around is to empty the KDE
thumbnail directory.

If I replace an image with another image with the same name, when I click on a
thumbnail, Gwenview displays the deleted image. It seems that Gwenview is
maintaining
a pointer to a deleted file.

#997873#10
Date:
2021-10-26 23:38:38 UTC
From:
To:
Hi Edward,
inbetween:

cd $(mktemp -d)
cp ~/photo1.jpg test.jpg
gwenview .
	# shows the thumbnail of photo1.jpg, and opens test.jpg with the
	# content of photo1.jpg
# quit gwenview
cp ~/photo2.jpg test.jpg
gwenview .
	# shows the thumbnail of photo2.jpg, and opens test.jpg with the
	# content of photo2.jpg


OTOH, when I keep gwenview running I see a different bevhaviour:
- thumbnail is properly updated
- actual photo is not update (still shows photo1.jpg!)

So it seems the thumbnail issue is fixed, but the display of the actual
photo not.

Thanks

Norbert

#997873#15
Date:
2021-10-26 23:56:35 UTC
From:
To:
forwarded 997873 https://bugs.kde.org/show_bug.cgi?id=444461
thanks

I have forwarded it to the KDE bug tracker.

Best

Norbert