https://bugs.kde.org/show_bug.cgi?id=178678
--- Comment #96 from Harald Sitter <sit...@kde.org> --- I'm pretty sure you've not caught it being busy right there. The GUI thread is entirely idle. It's curious though, the walker thread is running... What happens if you remove the Size column from the view and restart dolphin? Does that make things more responsive? If so, does tweaking the folder size display setting in dolphin's View Modes settings make any difference in performance? Also, what have you configured there for the size display? Assuming the walker thread being active isn't a fluke my theory would be that either your network or the server can't cope with the load the size walking causes in addition to the regular activity for listing items (which would likely have some bogus blocking IO calls on the GUI thread due to this being a local path as mentioned in Comment #94) -- You are receiving this mail because: You are watching all bug changes.