Imported gpg keys do not show up in Seahorse 3.18.0
Bug #1577198 reported by
5a54a
This bug affects 31 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
seahorse |
Fix Released
|
Unknown
|
|||
seahorse (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
After clean install of Ubuntu-Gnome 16.04 LTS I tried to import all my previous exported gpg keys. Although it seems the keys are imported, they do not show up in seahorse (Passwords and Keys). Also Evolution did not find to proper keys to decrypt messages.
It seems however that the keys have been imported under gpg1 in stead of gpg2. This can also be confirmed with the list command (gpg --list-key and gpg2 -- list-keys).
Importing all keys by command (gpg2 --import Multiple_Keys.asc) seems to work.
See also the same problem already reported by Andreas Happe on:
https:/
description: | updated |
description: | updated |
description: | updated |
Changed in seahorse (Arch Linux): | |
status: | Unknown → New |
Changed in seahorse (Ubuntu): | |
importance: | Undecided → Low |
status: | Confirmed → Triaged |
Changed in seahorse: | |
status: | New → Fix Released |
To post a comment you must log in.
I am also having this problem. Same scenario:
1. Fresh install to 16.04.
2. Import public keys using menu in seahorse.
3. Keys do not appear in seahorse but can be listed using gpg –list-keys (from gpg(1) )
4. Importing the keys from CLI with gpg2 (gpg2 –import-keys <file>) and the keys will appear in seahorse.
So it appears that the import function in seahorse is using gpg(1) but the viewing of keys is pointing to gpg2.
I cannot confirm whether Evolution or Thunderbird sees keys as I do not use them.