Seahorse is a graphical interface for managing and using encryption keys. Currently it supports PGP keys (using GPG/GPGME) and SSH keys.
![[Note]](../images/note.png) 
          Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/seahorse/47/seahorse-47.0.1.tar.xz
Download MD5 sum: 18cd36abd8d2e25c236934be64c8b916
Download size: 1.3 MB
Estimated disk space required: 44 MB
Estimated build time: 0.1 SBU (Using parallelism=4)
Gcr-3.41.2, GnuPG-2.4.8, gpgme-2.0.1, itstool-2.0.7, libhandy-1.8.3, libpwquality-1.4.5, libsecret-0.21.7, and Vala-0.56.18
libsoup-3.6.5 and OpenSSH-10.2p1 (for managing SSH keys)
First, fix a build failure that occurs with gpgme-2.x:
sed -i "/GPGME_EVENT_NEXT_TRUSTITEM/d" pgp/seahorse-gpgme.c
Install Seahorse by running the following commands:
sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml && mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
          Now, as the root user:
        
ninja install
          --buildtype=release:
          Specify a buildtype suitable for stable releases of the package, as
          the default may produce unoptimized binaries.
        
sed ... data/*.xml: This command fixes some deprecated entries in the schema templates.