Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.62 KB

FAQ.md

File metadata and controls

53 lines (40 loc) · 1.62 KB

#FAQ

Issues

Can't save a password

  • Is folder initialised? Easiest way is to use the [Users] button and make sure you can encrypt for someone (eg. yourself)
  • Are you using git? If not, make sure it is switched off.

I have an issue with GNOME keyring

  • Disable GNOME keyring
  • Create a ~/.gnupg/gpg-agent.conf containing:
enable-ssh-support
write-env-file
use-standard-socket
default-cache-ttl 600
max-cache-ttl 7200

Also, the following is useful to add to your .bashrc if you are using Yubikey NEO on Ubuntu:

# OpenPGP applet support for YubiKey NEO
if [ ! -f /tmp/gpg-agent.env ]; then
    killall gpg-agent;
        eval $(gpg-agent --daemon --enable-ssh-support > /tmp/gpg-agent.env);
fi
. /tmp/gpg-agent.env

Where can I ask for help?

Can I import from KeePass, LastPass or X?

I don't like the design, what gives?

  • It's all on github, clone, change and send a pull request.
  • Open an issue and point out defects or better yet propose changes.

How can I help improve QtPass?

###I would like to donate!

  • Time:
    • Fork, clone hack and send a pull request.
    • Find an issue to work on..
  • Money: IJhack takes donations in bitcoin