https://bugs.kde.org/show_bug.cgi?id=480665
Stefan Brüns <stefan.bru...@rwth-aachen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefan.bruens@rwth-aachen.d | |e --- Comment #9 from Stefan Brüns <stefan.bru...@rwth-aachen.de> --- (In reply to Martin Tlustos from comment #3) > As I said, copying with cp was a lot faster. I guess, dolphin and baloo have > some kind of connection that slows dolphin down in copying even when the > folder is an indexed one. If copying with cp is faster, the slowdown is obviously not baloo's fault. But you should use `cp` correctly, it will report 'finished' when everything is 'written' to the cache, not when the data has actually been flushed to the disk. Use "cp ... && sync". -- You are receiving this mail because: You are watching all bug changes.