dlech / Keebuntu

KeePass 2.x plugins that provide Ubuntu (Unity) integration

Home Page:https://launchpad.net/~dlech/+archive/keepass2-plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeebuntuAppIndicator.dll is not compatible with KeePass 2.30

shackra opened this issue · comments

After launching KeePass, a dialog window shows up saying that such plugin isn't compatible with this current version of KeePass, 2.30.

Are you using the beta version from ppa:dlech/keepass2-plugins-beta?

I use a derivate distro from Arch Linux

You still need to say which version of the AppIndicator plugin you are using.

Oh, sorry. I compiled version 0.5.7

El 11 de septiembre de 2015 a las 8:51 David Lechner
notifications@github.com escribió:

You still need to say which version of the AppIndicator plugin you are using.


Reply to this email directly or view it on GitHub:
#30 (comment)

Pax et bonum.
Jorge Araya Navarro.
ES: Diseñador Publicitario, Programador Python y colaborador en Parabola
GNU/Linux-libre
EN: Ads Designer, Python programmer and contributor Parabola GNU/Linux-libre
EO: Anonco grafikisto, Pitino programalingvo programisto kai kontribuanto en
Parabola GNU/Linux-libre
https://es.gravatar.com/shackra

You are likely missing a dependency. You can run keepass2 with the --debug option to see if it will tell you more about the error.

Here:

captura_12-09-2015-151609

I compiled the plugin inside a Chroot, why the compilation will success if a dependency was missing?

Ah, I see what I did wrong, I changed my PKGBUILD file and make libappindicator-sharp a dependency. Now I get this error:

captura_12-09-2015-153533

and I see no tray icon of KeePass.

I just pushed a new version that will give a better error message.

https://github.com/dlech/Keebuntu/releases/tag/v0.5.8

so you are missing libappindicator.so.1 it should come from the libappindicator-gtk2 package. If the name has changed, it needs to be fixed in the libappindicator-sharp package. There is nothing that can be done in Keebuntu.

It works now! Thank you!!

Excellent!