gnome-keyring-3.28.2

Introduction to GNOME Keyring

The GNOME Keyring package contains a daemon that keeps passwords and other secrets for users.

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

Package Information

GNOME Keyring Dependencies

Required

dbus-1.12.12 and Gcr-3.28.1

Recommended

Optional

LCOV, libcap-ng, GnuPG-2.2.13, and Valgrind-3.14.0

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-keyring

Installation of GNOME Keyring

Install GNOME Keyring by running the following commands:

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

./configure --prefix=/usr     \
            --sysconfdir=/etc \
            --with-pam-dir=/lib/security &&
make

A session bus address is necessary to run the tests. To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

sed ... schema/*.xml: This command fixes a deprecated entry in the schema template.

--with-pam-dir=/lib/security: This switch specifies where the PAM module will be installed.

Contents

Installed Programs: gnome-keyring (symlink), gnome-keyring-3, and gnome-keyring-daemon
Installed Libraries: gnome-keyring-pkcs11.so (PKCS#11 module) and pam_gnome_keyring.so (PAM module)
Installed Directory: /usr/lib/gnome-keyring

Short Descriptions

gnome-keyring-daemon

is a session daemon that keeps passwords for users.

Last updated on 2019-02-19 01:13:15 -0800