Bug 280044 - Thumbnails flicker
Summary: Thumbnails flicker
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Thumbs-Image (show other bugs)
Version: 2.0.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-13 18:44 UTC by DrSlony
Modified: 2012-06-27 07:37 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DrSlony 2011-08-13 18:44:27 UTC
Version:           2.0.0 (using KDE 4.7.0) 
OS:                Linux

Sometimes my thumbnails start to flicker madly. Only way to stop them doing that is to restart digiKam. One example of something that can trigger thumbnail flicker is renaming a dir with many images in it. During renaming, they start to flicker.

I can provide a screencast if this is not a known issue.

I think this flickering (the triggering of a directory monitoring procedure?) might be what makes digiKam so slow at renaming many files. Instead of just renaming them all (~700 files) in a second (as a bash script would take: for f in *.jpg; do mv "$f" "renamed_$f"; done), and then updating the thumbnails, it's taken already a few minutes and it's at 58% as I write.

Reproducible: Always

Steps to Reproduce:
Rename many files.


Expected Results:  
No flicker of thumbnails. Renaming should be very fast.
Comment 1 Marcel Wiesweg 2011-09-06 19:51:59 UTC
Does the digikam process or any other process use CPU so much that this explains the long computation time?
Comment 2 caulier.gilles 2011-12-12 12:14:45 UTC
It still valid using 2.4.0 release ?

Gilles Caulier
Comment 3 DrSlony 2012-01-25 22:32:13 UTC
Sorry for not getting back sooner. I cannot reproduce this in 2.5.0, so please close as fixed. Thanks!