mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
45ab6c70c2
Remove "$LastChanged$" everywhere, and also some unused $Date$
190 lines
5.4 KiB
XML
190 lines
5.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnome-keyring-download-http
|
|
"&gnome-download-http;/gnome-keyring/&gnome-40;/gnome-keyring-&gnome-keyring-version;.tar.xz">
|
|
<!ENTITY gnome-keyring-download-ftp
|
|
"&gnome-download-ftp;/gnome-keyring/&gnome-40;/gnome-keyring-&gnome-keyring-version;.tar.xz">
|
|
<!ENTITY gnome-keyring-md5sum "f404b61683a0ff54fb264b337772cff2">
|
|
<!ENTITY gnome-keyring-size "1.3 MB">
|
|
<!ENTITY gnome-keyring-buildsize "155 MB">
|
|
<!ENTITY gnome-keyring-time "0.2 SBU (Using parallelism=4; add 0.3 SBU for tests)">
|
|
]>
|
|
|
|
<sect1 id="gnome-keyring" xreflabel="gnome-keyring-&gnome-keyring-version;">
|
|
<?dbhtml filename="gnome-keyring.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gnome-keyring-&gnome-keyring-version;</title>
|
|
|
|
<indexterm zone="gnome-keyring">
|
|
<primary sortas="a-gnome-keyring">gnome-keyring</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GNOME Keyring</title>
|
|
|
|
<para>
|
|
The <application>GNOME Keyring</application> package contains a
|
|
daemon that keeps passwords and other secrets for users.
|
|
</para>
|
|
|
|
&lfs101_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&gnome-keyring-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&gnome-keyring-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &gnome-keyring-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &gnome-keyring-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &gnome-keyring-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &gnome-keyring-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">GNOME Keyring Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="dbus"/> and
|
|
<xref linkend="gcr"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="linux-pam"/>,
|
|
<xref linkend="libxslt"/>, and
|
|
<xref linkend="openssh"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>,
|
|
<ulink url="http://people.redhat.com/sgrubb/libcap-ng/">libcap-ng</ulink>,
|
|
<xref linkend="gnupg2"/>, and
|
|
<xref linkend="valgrind"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gnome-keyring"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GNOME Keyring</title>
|
|
|
|
<para>
|
|
Install <application>GNOME Keyring</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &&
|
|
|
|
./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--with-pam-dir=/lib/security &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
A session bus address is necessary to run the tests. To test the results,
|
|
issue: <command>make check</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<command>sed ... schema/*.xml</command>: This command fixes a
|
|
deprecated entry in the schema template.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--with-pam-dir=/lib/security</parameter>: This switch
|
|
specifies where the PAM module will be installed.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
gnome-keyring (symlink), gnome-keyring-3, and gnome-keyring-daemon
|
|
</seg>
|
|
<seg>
|
|
gnome-keyring-pkcs11.so (PKCS#11 module) and
|
|
pam_gnome_keyring.so (PAM module)
|
|
</seg>
|
|
<seg>
|
|
/usr/lib/gnome-keyring and
|
|
/usr/share/xdg-desktop-portal
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gnome-keyring-daemon">
|
|
<term><command>gnome-keyring-daemon</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a session daemon that keeps passwords for users
|
|
</para>
|
|
<indexterm zone="gnome-keyring gnome-keyring-daemon">
|
|
<primary sortas="b-gnome-keyring-daemon">gnome-keyring-daemon</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|