dlech / KeeAgent

ssh agent plugin for KeePass 2.x
http://lechnology.com/software/keeagent
Other
530 stars 35 forks source link

Notification Bubbles in Ubuntu possible? #141

Open mendhak opened 8 years ago

mendhak commented 8 years ago

Is it possible to get KeeAgent to show a notification bubble, I guess using something like this?

Sorry if this is really obvious. I am asking because in the latest 2.32 release notes, it seems like KeePass will ignore Unity:

Added Mono workaround: when running on the Unity or Pantheon desktop, KeePass now does not try to instantiate a tray icon anymore; if you want a tray icon on Unity/Pantheon, use the application indicator plugin.

But I am not familiar enough with the ecosystem. Thanks

dlech commented 8 years ago

I've wanted to make a Linux notification plugin for a while. This would actually be a part of https://github.com/dlech/Keebuntu, then KeeAgent could use it.

sentriz commented 8 years ago

May I suggest adding a "custom notification script path" box for *nix systems?

Myself and @mendhak could just enter a simple notify-send "KeeAgent" "ssh key %key was used by another application". The great thing about notify-send is that it just sends the string to the notification daemon - which may be running on your DE, or maybe some other software like dunst on the bottom right of my screenshot. So KeeAgent or Mono wouldn't have to handle it.

20160509_221555

Thanks, Senan.