navossoc / KeePass-Yet-Another-Favicon-Downloader

Yet Another Favicon Downloader for KeePass 2.x
MIT License
532 stars 30 forks source link

Debian 9 + Mono 4.6.2 not work #22

Closed MESWEB closed 6 years ago

MESWEB commented 6 years ago

I try open KeePass 2.39.1 but I see error:

The following plugin is incompatible with the current KeePass version: /usr/lib/keepass2/Plugins/YetAnotherFaviconDownloader.plgx

Have a look at the plugin'swebsite for an appropriate version.

navossoc commented 6 years ago

Hi

I think you mean KeePass 2.39.1, right?

Mono now needs to be at least version 4.8.0 as stated on the release page. https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/releases/tag/v1.2.0.0

The latest Stable Mono release is: 5.14.0 Stable (5.14.0.177). Debian/Ubuntu package is too much outdated.

The instructions are on this page (really easy to follow): https://www.mono-project.com/download/stable/#download-lin-debian

Make sure to also update your CA certificates (cert-sync).

apt-get update && apt-get install ca-certificates ca-certificates-mono

Or if you need trigger it manually:

cert-sync /etc/ssl/certs/ca-certificates.crt

More information here: https://www.mono-project.com/docs/faq/security/

There is an old issue with some additional information, you may want to look at it: https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/issues/9#issuecomment-348698644

MESWEB commented 6 years ago

@navossoc: Thank U for fix my problem. Just install mono-devel fix all.