Seahorse-3.20.0

Introduction to Seahorse

Seahorse is a graphical interface for managing and using encryption keys. Currently it supports PGP keys (using GPG/GPGME) and SSH keys.

This package is known to build and work properly using an LFS-8.2 platform.

Package Information

Seahorse Dependencies

Required

Gcr-3.20.0, GnuPG-2.2.4, GPGME-1.10.0, itstool-2.0.4, and libsecret-0.18.5

Recommended

Optional

Avahi-0.7 and OpenLDAP-2.4.45

Runtime Dependency

gnome-keyring-3.20.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/seahorse

Installation of Seahorse

Install Seahorse by running the following commands:

sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &&

./configure --prefix=/usr  &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

sed ... data/*.xml: This command fixes some deprecated entries in the schema templates.

Contents

Installed Program: seahorse
Installed Libraries: None
Installed Directories: /usr/{lib,share,share/help/*}/seahorse

Short Descriptions

seahorse

is the graphical interface for managing and using encryption keys.

Last updated on 2018-02-26 09:06:34 -0800