I'd like to run KeePass2 on Ubuntu 10.04 - how do I do that?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

enter image description here

I've been running Keepass2 on Lucid using the standard mono in the repositories (mono -V = mono JIT compiler version 2.4.4)

Note - from the keepass website this is an "unsupported" configuration... however, I'm happy with that since I've never had any issues running this configuration and it means I dont need that one extra PPA that could make my system "unstable" :)

to install

Download the portable KeePass package (v2.17 at the time of writing this). This is a zip package which should open in Archive Manager. Extract the contents into its own folder - for example ~/Downloads/keepass

Install the mono windows forms:

sudo apt-get install libmono-winforms2.0-cil

Finally, lets create a keyboard shortcut Alt+K

Run System - Preferences - Keyboard Shortcuts

Add a new shortcuts with the command:

bash -c "cd ~/Downloads/keepass; mono KeePass.exe"

Bind that to Alt+K

link|improve this answer
Well done! Deleted my answer since it's not the best way. :) – jrg Nov 7 '11 at 20:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.