gnome-keyring-3.8.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-7.4 platform.

Package Information

GNOME Keyring Dependencies

Required

D-Bus-1.6.14 and Gcr-3.9.91

Recommended

Optional

libcap-ng and Valgrind

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

Installation of GNOME Keyring

Install GNOME Keyring by running the following commands:

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

To test the results, issue make check.

Now, as the root user:

make install

Command Explanations

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

Contents

Installed Programs: gnome-keyring, gnome-keyring-3, and gnome-keyring-daemon
Installed Libraries: gnome-keyring-pkcs11.so and pam_gnome_keyring.so
Installed Directory: /usr/lib/gnome-keyring/devel

Short Descriptions

gnome-keyring-daemon

is a session daemon that keeps passwords for users.

Last updated on 2013-09-03 08:50:35 -0700