broulik added a comment.
This still has the issue of blocking if the contents is an unavailable nfs share of some sort. INLINE COMMENTS > global.cpp:377 > + // Check to see if the folder has a custom icon > + QString customIcon = iconFromDirectoryFile(url.toLocalFile()); > + if (!customIcon.isEmpty()) { You do `toLocalFile()` here, so move that also into the `isLocalFile()` branch REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D13083 To: ngraham, #frameworks, apol, broulik Cc: kde-frameworks-devel, michaelh, ngraham, bruns