[kmymoney] [Bug 453254] KMyMoney is not closed completely and blocks dismounting of an encrypted volume where the *.kmy-file was saved.

Stephen Leibowitz bugzilla_noreply at kde.org
Wed May 4 15:30:32 BST 2022


https://bugs.kde.org/show_bug.cgi?id=453254

--- Comment #16 from Stephen Leibowitz <LibreStephen at 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 the assignee for the bug.


More information about the KMyMoney-devel mailing list