Comment 2 for bug 1955796

Revision history for this message
Radu Cristescu (radu.c) wrote :

I found out the cause digging through strace, and while the bug doesn't appear to be in the keepass2 package itself, it's a weird one:

My "/usr/share/fonts/msfonts" had mode 700, preventing mono from accessing the Microsoft fonts. I had to "chmod +rx /usr/share/fonts/msfonts", and then KeePass2 started.

"dpkg -S" says no package is claiming that directory, and grepping for "msfonts" in /var/lib/dpkg/info returns no reference to this directory. I've deleted that entire directory and it doesn't seem to be needed. The reason for the crash was just that during the scan access to it was denied.