https://bugs.kde.org/show_bug.cgi?id=523805
--- Comment #9 from David Edmundson <[email protected]> --- >David, you previously contributed a patch to Qt to disable lockfile for cache >saves: https://codereview.qt-project.org/c/qt/qtdeclarative/+/564411 >Is there anything should be done in Qt this time? What I did was avoid the lockfile, I would still expect a write on changes. In my head that meant we get it once till you upgrade Qt or Plasma. Maybe we're getting it here because of this multi-window issue The one thing we can (and should) do in Qt is disable the fdatasync. The write is basically harmless, the sync is problematic. -- You are receiving this mail because: You are watching all bug changes.
