I having a hard time importing public keys on seahorse 43.0 on MX 23. When I try to import, it displays the warning that the key is not signed, but you still click on the import button at upper right corner of the window, when I click the window goes away, but the key does not show up in the list of keys on the GNUPG keys section/list. I done some research and I read that this seahorse 43.0 version has a bug in it. Somebody said that the workaround is to do the import by CLI (COMMAND LINE), by executing this command, and then seahorse will display the public key you are importing.
Code: Select all
maverick2@TopGun2:~
$ cd ~/Downloads/Android\ Openkeychain/
maverick2@TopGun2:~/Downloads/Android Openkeychain
$ ls
'Android Openkeychain keys backup code' 'issue importing BLU C5L cellphone on linux mint 21.2 Openkeychain 5.8.2 (58902)_2023-10-20_14-36-22.png'
backup_2023-10-20.pub.pgp 'MX-23.1_ahs_x64 Libretto July 31 2023 base: Debian GNU-Linux 12.txt'
backup_2023-10-20.sec.pgp 'Official web site for gnome seahorse 2023-10-20_19-41-28.png'
'Error importing BLU C5L cellphone with Openkeychain 5.8.2 (58902) on MX 23 on seahorse 43.0 2023-10-20_14-36-22.txt' 'Seahorse 43.0 runing on MX-23.1_ahs_x64 Libretto July 31 2023 base: Debian GNU-Linux 12_2023-10-20_18-47-09.png'
'forum.mxlinux.org-GnuPGP - MX Linux Forum.pdf' 'seahorse on Linux Mint 21.2 Victoria base_ Ubuntu 22.04 jammy_2023-10-20_14-10-03.png'
maverick2@TopGun2:~/Downloads/Android Openkeychain
$ sudo gpg --import backup_2023-10-20.pub.pgp
[sudo] password for maverick2:
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key AB0A0AE8468D0402: public key "Pablo Reyes <pabloreyes1021@gmail.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
maverick2@TopGun2:~/Downloads/Android Openkeychain
$


