Comment 33 for bug 358533

Revision history for this message
In , Sebastian Kügler (sebasje) wrote :

The patch looks wrong, porting from KDirWatch to QFileSystemWatcher is the wrong thing to do. KDirWatcher should simply not block, and that's the real cause of the problem.

Now the question is "where does it block (when it shouldn't)?". Anyone who can reproduce the problem, please attach a debugger to your Plasma and tell us where it blocks. Those that have reported crashers, please supply a backtrace.

The s/KDirWatch/QFileSystemWatcher workaround is unlikely to go in like this.