This bug can be fixed by adding --verify-all to the /usr/bin/keepass2 script as per the below example:
#!/bin/sh exec /usr/bin/cli cli --verify-all /usr/lib/keepass2/KeePass.exe "$@" The suggestion for fix came from the sourceforge bugtracker: https://sourceforge.net/p/keepass/bugs/1545/#1618