%general-entities; ]> $LastChangedBy$ $Date$ gnome-keyring-&gnome-keyring-version; Gnome-keyring Introduction to gnome-keyring The gnome-keyring package contains a daemon that keeps passwords and other secrets for users. &lfs70_built; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gnome-keyring-md5sum; Download size: &gnome-keyring-size; Estimated disk space required: &gnome-keyring-buildsize; Estimated build time: &gnome-keyring-time; Additional Downloads Required Patch: gnome-keyring Dependencies Required , , , , , and Optional , , and Valgrind User Notes: Installation of gnome-keyring Install gnome-keyring by running the following commands: patch -Np1 -i ../gnome-keyring-&gnome-keyring-version;-work_without_daemon-1.patch && ./configure --prefix=$GNOME_PREFIX \ --libexecdir=$GNOME_PREFIX/lib/gnome-keyring \ --sysconfdir=$GNOME_SYSCONFDIR \ --with-pam-dir=/lib/security \ --with-dbus-services=/usr/share/dbus-1/services \ --with-root-certs=/etc/ssl/certs && make This package does not come with a test suite. Now, as the root user: make install Command Explanations patch -Np1 -i ...: The patch allows testsuites from other packages which invoke gnome-keyring, such as NetworkManager, to run even if this package's daemon is not running, for example when you are building a GNOME desktop. --libexecdir=$GNOME_PREFIX/lib/gnome-keyring: This parameter causes the libexec files to be installed in the preferred location of $GNOME_PREFIX/lib/gnome-keyring instead of $GNOME_PREFIX/libexec. --sysconfdir=$GNOME_SYSCONFDIR: This parameter ensures that the xdg autostart files are installed in a suitable location. --with-pam-dir=/lib/security: This parameter specifies where the pam modules will be installed: you can omit this if you have not installed Linux-PAM. --with-dbus-services=/usr/share/dbus-1/services: This parameter specifies where the D-BUS session services directory is located: you can omit this if your GNOME_PREFIX is /usr. --with-root-certs=/etc/ssl/certs: This parameter specifies where the trusted root certificates are located. Contents Installed Programs Installed Libraries Installed Directories gnome-keyring, gnome-keyring-daemon, and gnome-keyring-prompt gck-ssh-store-standalone.so, gck-user-store-standalone.so, gnome-keyring-pkcs11.so, gck-roots-store-standalone.so, gck-secret-store-standalone.so, libgcr.so, libgp11.so, and pam_gnome_keyring.so (if Linux-PAM was installed) $GNOME_PREFIX/{include/{gcr,gp11}, lib/gnome-keyring/{devel,standalone},share/{gcr/ui, gnome-keyring/{introspect,ui},gtk-doc/html/{gcr,gp11}}} Short Descriptions gnome-keyring-daemon is a session daemon that keeps passwords for users. gnome-keyring-daemon