- 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.
- 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
- You'll need to install pinentry-qt (or -qt4 or -qt5 or even -gtk) and
possibly set the full path to that executable in your
~/.gnupg/gpg-agent.conf
for example:pinentry-program /usr/bin/pinentry-qt4
- On some esotheric systems it might be necessary to create a symbolic
link
/usr/bin/pinentry
to your pinentry application of choice eg:ln -s /usr/bin/pinentry-qt5 /usr/bin/pinentry
- Create an issue issues on github.
- Send an email to help@qtpass.org
- Yes, check passwordstore.org/#migration for more info.
- It's all on github, clone, change and send a pull request.
- Open an issue and point out defects or better yet propose changes.
- Time:
- Read contributing documentation.
- Fork, clone hack and send a pull request.
- Find an issue to work on..
- Participate in our bug bounty, you submit an issue and help us fix it, I send you a bounty.
- Money:
- IJhack takes donations in bitcoin