The dialog in your screenshot is a standard MessageBox. KeePass provides the icon, main text and button types (not texts), and the rest (drawing, input handling, etc.) is handled by the framework. So, this is a bug in Mono, not in KeePass.
Thanks and best regards,
Dominik
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It may be a video driver problem. See this thread.
https://sourceforge.net/p/keepass/discussion/329221/thread/d50b9cb8/?limit=25#bd4a
cheers, Paul
The dialog in your screenshot is a standard
MessageBox. KeePass provides the icon, main text and button types (not texts), and the rest (drawing, input handling, etc.) is handled by the framework. So, this is a bug in Mono, not in KeePass.Thanks and best regards,
Dominik
For anyone else coming across this, I found the underlying cause of the problem which I documented here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073237
It isn't a great solution, but you can work around the issue by compiling your own libgdiplus without libpango support.
Hi,
Here you'll find a script to fix this issue on debian like OS