https://bugs.kde.org/show_bug.cgi?id=497229
--- Comment #2 from Thomas Baumgart <t...@net-bembel.de> --- Git commit 8f5cf1c82a90869e2cc62bfc624a9de2336c0193 by Thomas Baumgart. Committed on 01/04/2025 at 08:39. Pushed by tbaumgart into branch 'master'. Protect opening file multiple times by a lockfile This locks the file on any mounted drive but not when you access it on some sort of cloud storage using a http(s) based URL. Related: bug 475674 FIXED-IN: 5.2 M +5 -0 kmymoney/interfaces/kmymoneyplugin.cpp M +20 -0 kmymoney/interfaces/kmymoneyplugin.h M +18 -24 kmymoney/kmymoney.cpp M +0 -2 kmymoney/kmymoney.h M +4 -0 kmymoney/plugins/gnc/import/gncimporter.cpp M +1 -0 kmymoney/plugins/gnc/import/gncimporter.h M +4 -0 kmymoney/plugins/sql/sqlstorage.cpp M +1 -0 kmymoney/plugins/sql/sqlstorage.h M +286 -184 kmymoney/plugins/xml/xmlstorage.cpp M +7 -25 kmymoney/plugins/xml/xmlstorage.h https://invent.kde.org/office/kmymoney/-/commit/8f5cf1c82a90869e2cc62bfc624a9de2336c0193 -- You are receiving this mail because: You are watching all bug changes.