How do I integrate gpg with the GNOME keyring?

Marius Gedminas

I use Mutt for gpg-signed email. With previous versions of Ubuntu I could tell Mutt to use gnome-gpg, which would ask for my GPG passphrase with a GUI window and then store it my GNOME keyring for 24 hours or until logout, whichever came first. However gnome-gpg was removed from universe in Ubuntu 11.10. Is there a replacement?

Andrea Corbellini

The default keyring manager for GNOME is seahorse:

Seahorse is a front end for GnuPG — the Gnu Privacy Guard program — that integrates to the GNOME desktop. It is a tool for secure communications and data storage. Data encryption and digital signature creation can easily be performed through a GUI and Key Management operations can easily be carried out through an intuitive interface.

(man 1 seahorse)

It should be enabled/running by default in Ubuntu and you should have this variable in your environment:

$ echo $GPG_AGENT_INFO
/tmp/keyring-XXXXXX/gpg:0:1

/tmp/keyring-XXXXXX/gpg is a socket bound by the program gnome-keyring-daemon, which is found in the gnome-keyring package.

Unfortunately, I don't have enough information about your system and I cannot tell you how to proceed exactly. However I should have given you enough information to start investigating the problem. If you need more help, please tell me whether you have the package installed, whether the process is running, whether the socket exists and whether the environment variable is set.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I print all passwords in Gnome Keyring (seahorse)

From Dev

How can I disable GNOME keyring for svn?

From Dev

How can I disable GNOME keyring for svn?

From Dev

How can I fix my gnome keyring?

From Dev

How do I integrate Gnome applications properly in XFCE?

From Dev

How do I integrate Gnome applications properly in XFCE?

From Dev

How do I fix "No such secret collection at path: /" for gnome-keyring and Arch Linux?

From Dev

How to disable GNOME keyring?

From Dev

How to disable GNOME keyring?

From Dev

Why do I get this warning from Gnome keyring in Xubuntu?

From Dev

Why do I get this warning from Gnome keyring in Xubuntu?

From Dev

How to disable the keyring for SSH and GPG?

From Dev

How to lock a unlocked GNOME Keyring?

From Dev

How to update gnome keyring password?

From Dev

How to add a GPG key to the apt sources keyring?

From Dev

How do I get passwords from the keyring in the terminal for usage in scripts?

From Dev

How do I use mercurial keyring extension with javahg

From Dev

How to recover/reset forgotten Gnome Keyring Password?

From Dev

How to migrate passwords from Kwallet to the GNOME keyring?

From Dev

How do you make Seahorse (Gnome Keyring) store passwords for ssh keys in?

From Dev

How do you make Seahorse (Gnome Keyring) store passwords for ssh keys in?

From Dev

How can I tell *which* application is asking for access to gnome-keyring/Seahorse?

From Dev

How can I retrieve my ssh passphrase from gnome-keyring?

From Dev

Chromium : how can I set up seahorse/gnome-keyring to ask for a "master password"

From Dev

How do I publish a GPG Key?

From Dev

Git GPG password in keyring

From Java

How do I integrate Ajax with Django applications?

From Dev

How do I integrate a matrix function in Matlab?

From Dev

How do I integrate variable in strings (javascript)

Related Related

  1. 1

    How do I print all passwords in Gnome Keyring (seahorse)

  2. 2

    How can I disable GNOME keyring for svn?

  3. 3

    How can I disable GNOME keyring for svn?

  4. 4

    How can I fix my gnome keyring?

  5. 5

    How do I integrate Gnome applications properly in XFCE?

  6. 6

    How do I integrate Gnome applications properly in XFCE?

  7. 7

    How do I fix "No such secret collection at path: /" for gnome-keyring and Arch Linux?

  8. 8

    How to disable GNOME keyring?

  9. 9

    How to disable GNOME keyring?

  10. 10

    Why do I get this warning from Gnome keyring in Xubuntu?

  11. 11

    Why do I get this warning from Gnome keyring in Xubuntu?

  12. 12

    How to disable the keyring for SSH and GPG?

  13. 13

    How to lock a unlocked GNOME Keyring?

  14. 14

    How to update gnome keyring password?

  15. 15

    How to add a GPG key to the apt sources keyring?

  16. 16

    How do I get passwords from the keyring in the terminal for usage in scripts?

  17. 17

    How do I use mercurial keyring extension with javahg

  18. 18

    How to recover/reset forgotten Gnome Keyring Password?

  19. 19

    How to migrate passwords from Kwallet to the GNOME keyring?

  20. 20

    How do you make Seahorse (Gnome Keyring) store passwords for ssh keys in?

  21. 21

    How do you make Seahorse (Gnome Keyring) store passwords for ssh keys in?

  22. 22

    How can I tell *which* application is asking for access to gnome-keyring/Seahorse?

  23. 23

    How can I retrieve my ssh passphrase from gnome-keyring?

  24. 24

    Chromium : how can I set up seahorse/gnome-keyring to ask for a "master password"

  25. 25

    How do I publish a GPG Key?

  26. 26

    Git GPG password in keyring

  27. 27

    How do I integrate Ajax with Django applications?

  28. 28

    How do I integrate a matrix function in Matlab?

  29. 29

    How do I integrate variable in strings (javascript)

HotTag

Archive