Just an FYI to anyone who wants to downgrade back to 64.x (and not to
buster's 62.x) you can still grab the deb files from:
http://snapshot.debian.org/package/chromium-browser/64.0.3282.119-2/
(64.0.3282.119-2+b2 specifically)
Make sure to install chromium-common as well. You will get a profile
do
Correction, I added an extra " cli" to my fixed exec script:
#!/bin/sh
exec /usr/bin/cli --verify-all /usr/lib/keepass2/KeePass.exe "$@"
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
3 matches
Mail list logo