https://bugs.kde.org/show_bug.cgi?id=436574
--- Comment #2 from Fabian Vogt <fab...@ritter-vogt.de> --- Yep, I can reproduce the issue even with "QT_LOGGING_RULES=*.debug=true KDE_FORK_SLAVES=true kioclient5 ls smb://". It shows that the WSDiscoverer never finishes. This is because of this in smb/wsdiscoverer.cpp: // NB: only started after first match! If we have no matches the slave will // stop us eventually anyway. Doing m_probeMatchTimer.start(); in WSDiscoverer::start fixes the issue. -- You are receiving this mail because: You are watching all bug changes.