[Bug 163050] Dolphin freezes when mouse is over files

Peter Penz peter.penz at gmx.at
Tue Jun 3 21:36:42 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=163050         
peter.penz gmx at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jos vandenoever info
         AssignedTo|peter.penz gmx at           |kdelibs-bugs kde org
            Product|dolphin                     |kdelibs



------- Additional Comments From peter.penz gmx at  2008-06-03 21:36 -------
I checked the code in Dolphin and no changes have been done in this regard since KDE 4.0, where this issue does not occur. The following code is invoked by Dolphin when the Information Panel is open:

const KFileMetaInfo::WhatFlags flags = KFileMetaInfo::Fastest | KFileMetaInfo::TechnicalInfo | KFileMetaInfo::ContentInfo;
const KFileMetaInfo fileMetaInfo(path, QString(), flags);

When hovering large files (e. g. compressed files or video files) the call of KFileMetaInfo constructor might take several seconds or minutes, although KFileMetaInfo::Fastest is used.

The issue seems not be related to Strigi or Nepomuk (turning off both of them still leads to a blocking behavior).


More information about the Kdelibs-bugs mailing list