Notes on KeePass
Manual installation on Fedora
Install dependencies
Then download ZIP from website. Use a launcher script:
KeePass/Mono prepends Unicode BOM to clipboard contents
When copying from KeePass and pasting to terminals, if it suddenly looks like all data is wrong, KeePass might be prepending the Unicode BOM to all data from it (bug #1219).
To verify, paste to VIM and look for <feff>
at the start of the pasted data.
To fix, set LC_CTYPE=C
in the script that launches KeePass:
This issue happens with versions 2.33 & 2.34 in Fedora 23 32-bit, but it doesn’t happen in Fedora 23 64-bit.