Linux – How to show KeePass2 tray icon in Xfce

debiankeepasslinuxxfce

I am running KeePass2 under Debian and Xfce (via mono), which basically works fine. I know there is KeePassX for Linux, but I would rather stick to KeePass2. The only bug (?) I have found so far is that no system tray icon is shown.

Is there any way to fix this in Xfce?

Best Answer

You can install a plugin for KeePass2 to make it run with the indicator icon. First you need to add this PPA:

sudo apt-add-repository ppa:dlech/keepass2-plugins

Then you need to update with the new PPA:

sudo apt-get update

And finally install the plugin:

sudo apt-get install keepass2-plugin-application-indicator

From now on, when you start KeePass2, it will load this plugin and show the KeePass icon at the tray bar. I tested it on Xubuntu 14 and it works flawlessly. All credit goes to this guy: http://sourceforge.net/u/dlech27/profile/

Related Question