https://bugs.kde.org/show_bug.cgi?id=453254
--- Comment #16 from Stephen Leibowitz <librestep...@gmail.com> --- If Paul wants to stay with 5.0.6, then he could try the Taskkill command to end the three processes. Hopefully, that would release any locks they have on the file, the folder, and the VeraCrypt volume. Paul might get further insight into the problem by running OpenedFilesView, which is available at https://www.nirsoft.net/utils/opened_files_view.html Documentation on Taskkill is at https://www.computerhope.com/taskkill.htm Here is a sample batch file. He may need to edit the start command to point to the folder with kmymoney.exe: start "KMyMoney" /Wait bin\kmymoney.exe taskkill /im dbus-daemon.exe /f /t taskkill /im kioslave5.exe /f /t taskkill /im klauncher5.exe /f /t -- You are receiving this mail because: You are watching all bug changes.