you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 8 months ago (1 child)

this is a file browser or KDE issues, as file system operations shouldn't happen on the UI thread. if it weren't happening on the UI thread then it would keep working.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 8 months ago (1 child)

    The same behavior happens for me in a different file browser (Nemo) and a different Desktop (Cinnamon). So I'm pretty confident, it is no isolated KDE issue.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 8 months ago

    not an isolated one, but an issue in all of these you mentioned too. this is a common design mistake devs make if they don't use the network share functions or slow storage, because they don't notice there is a problem and how severe it is

  • source
  • parent