juanii / OnePIF

KeePass 2.x plugin to import 1Password Interchange Format (1pif) files.
GNU General Public License v2.0
14 stars 0 forks source link

Plugin incomatible with KeePass 2.38 #4

Closed kunalnagar closed 5 years ago

kunalnagar commented 5 years ago

Plugin is not compatible with the version of KeePass?

Plugin version: 0.5.0 KeePass version: 2.38 Ubuntu 18.04.2 LTS

image

juanii commented 5 years ago

Hello,

Actually I successfully used (can't say I really tested it) the plugin with KeePass 2.38, though I think it was in Ubuntu 16.04. I'll try to use it with Ubuntu 18.04.2 as soon as I can. In the meantime, if you have the knowledge to run commands from a terminal, could you please execute KeePass with the --debug flag? This will create a temporary file with the compilation output that would give me a good idea why it's failing. Also providing more information about the error would be useful: does it fail to compile (i.e. when you launch KeePass you get a compatibility error) or fails (how?) when trying to import a vault?

Thanks for reporting the error.

juanii commented 5 years ago

Just tested this. You're right it doesn't compile out of the box, but as stated in the KeePass 2.x Plugins page, on some Linux systems the package mono-complete is required and this seems to be the case because the plugin compiled just fine after installing that package, so I'll make a remark in the documentation and close this issue.

Not sure how to do it using the Ubuntu Software GUI, but from the terminal you can sudo apt-get install mono-complete to install the package and the plugin should start working.

Edit: typo.