<div dir="ltr"><div>It's an issue that's hit quite a few of our other deployments.<br><br>One intermediate workaround is to drop any symlinks to remote mounts anywhere, and replace them with a .desktop file with the contents:<br><br>[Desktop Entry]<br>Type=Link<br>URL[$e]=file:///mnt/server<br><br>Things may still freeze when you open it, but at least it won't take down the taskbar and such. The fact that you see it when you switch desktops implies you might have some different widgets on the other virtual desktop that we're hitting. Maybe check and remove them.<br><br>I don't know your specific places where we had blocking stat calls in 4.x.  It's quite old.<br><br>The best way to find them is to recreate the freeze then run:<br>sudo gdb --pid `pidof theFrozenProcess`    then when it's loaded type "bt". Then we'll have some data to do something with.<br><br>In Plasma 5.12 the situation is much better, I removed quite a few potential blockers that another big deployment had. Even with symlinks to a remote mount on the desktop things seem ok. I only know of one place left, the code that generates the "free space left" bar in the file manager view. I have a patch I can give deployments that just turns them off. But obviously changing all of the desktop is a huge upgrade that might be difficult in your situation. <br><br></div>David<br></div>