https://bugs.kde.org/show_bug.cgi?id=418189
--- Comment #10 from David Edmundson <k...@davidedmundson.co.uk> --- kactivites-stats :/ Filling in the missing bit of the backtrace from the info we have: frame 4 will be src/resultmodel.cpp:508: if (item.resource().startsWith(QLatin1Char('/')) && !QFile(item.resource()).exists()) { It has a check to see if we're on a local file system, but obviously that doesn't work if we have things lying. Maybe we can add Meven's new KMountPoint::isSlow() on the file path first. -- You are receiving this mail because: You are watching all bug changes.