dlech / Keebuntu

KeePass 2.x plugins that provide Ubuntu (Unity) integration
https://launchpad.net/~dlech/+archive/keepass2-plugins
118 stars 5 forks source link

KeebuntuAppIndicator.dll is not compatible with KeePass 2.30 #30

Closed shackra closed 9 years ago

shackra commented 9 years ago

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

dlech commented 9 years ago

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

shackra commented 9 years ago

I use a derivate distro from Arch Linux

dlech commented 9 years ago

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

shackra commented 9 years ago

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: https://github.com/dlech/Keebuntu/issues/30#issuecomment-139566048

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

dlech commented 9 years ago

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.

shackra commented 9 years ago

Here:

captura_12-09-2015-151609

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

shackra commented 9 years ago

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.

dlech commented 9 years ago

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

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

shackra commented 9 years ago

Here:

captura_12-09-2015-165625

dlech commented 9 years ago

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.

shackra commented 9 years ago

It works now! Thank you!!

dlech commented 9 years ago

Excellent!