https://bugzilla.novell.com/show_bug.cgi?id=776141 https://bugzilla.novell.com/show_bug.cgi?id=776141#c6 --- Comment #6 from Joschi Brauchle <joschibrauchle@gmx.de> 2012-09-07 17:13:47 UTC --- I've partly reverted the commit above using this patch: ------ diff -Pdpru a/kio/kio/kfileitem.cpp b/kio/kio/kfileitem.cpp --- a/kio/kio/kfileitem.cpp 2012-06-06 22:49:52.653043147 +0200 +++ b/kio/kio/kfileitem.cpp 2012-09-07 16:21:14.511736277 +0200 @@ -702,8 +702,7 @@ bool KFileItemPrivate::isSlow() const if (m_slow == SlowUnknown) { const QString path = localPath(); if (!path.isEmpty()) { - const KFileSystemType::Type fsType = KFileSystemType::fileSystemType(path); - m_slow = (fsType == KFileSystemType::Nfs || fsType == KFileSystemType::Smb) ? Slow : Fast; + m_slow = Fast; } else { m_slow = Slow; } ------ and created updates packages for KDE4.8: http://download.opensuse.org/repositories/home:/lnt-sysadmin:/branches:/open... and KDE4.9: http://download.opensuse.org/repositories/home:/lnt-sysadmin:/branches:/KDE:... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.