source: gnome/core/gnome-keyring.xml@ 0d7900a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0d7900a was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11015 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[0d7900a]7 <!ENTITY gnome-keyring-download-http
[35e84dce]8 "&gnome-download-http;/gnome-keyring/3.6/gnome-keyring-&gnome-keyring-version;.tar.xz">
[0d7900a]9 <!ENTITY gnome-keyring-download-ftp
[35e84dce]10 "&gnome-download-ftp;/gnome-keyring/3.6/gnome-keyring-&gnome-keyring-version;.tar.xz">
[5416f541]11 <!ENTITY gnome-keyring-md5sum "2d35b7d9b36824a83cd140366c6d902e">
[7bdbf35]12 <!ENTITY gnome-keyring-size "1.1 MB">
[35e84dce]13 <!ENTITY gnome-keyring-buildsize "110 MB">
14 <!ENTITY gnome-keyring-time "0.7 SBU">
[fdca4266]15]>
16
[6912bf39]17<sect1 id="gnome-keyring" xreflabel="gnome-keyring-&gnome-keyring-version;">
[1d0408c8]18 <?dbhtml filename="gnome-keyring.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
[0c4e116]25 <title>gnome-keyring-&gnome-keyring-version;</title>
[1d0408c8]26
27 <indexterm zone="gnome-keyring">
[7ded7e3]28 <primary sortas="a-gnome-keyring">gnome-keyring</primary>
[1d0408c8]29 </indexterm>
30
31 <sect2 role="package">
[7ded7e3]32 <title>Introduction to GNOME Keyring</title>
[1d0408c8]33
[7ded7e3]34 <para>
35 The <application>GNOME Keyring</application> package contains a
36 daemon that keeps passwords and other secrets for users.
37 </para>
[1d0408c8]38
[35e84dce]39 &lfs72_checked;
[e9389ff7]40
[1d0408c8]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[7ded7e3]44 <para>
45 Download (HTTP): <ulink url="&gnome-keyring-download-http;"/>
46 </para>
[1d0408c8]47 </listitem>
48 <listitem>
[7ded7e3]49 <para>
50 Download (FTP): <ulink url="&gnome-keyring-download-ftp;"/>
51 </para>
[1d0408c8]52 </listitem>
53 <listitem>
[7ded7e3]54 <para>
55 Download MD5 sum: &gnome-keyring-md5sum;
56 </para>
[1d0408c8]57 </listitem>
58 <listitem>
[7ded7e3]59 <para>
60 Download size: &gnome-keyring-size;
61 </para>
[1d0408c8]62 </listitem>
63 <listitem>
[7ded7e3]64 <para>
65 Estimated disk space required: &gnome-keyring-buildsize;
66 </para>
[1d0408c8]67 </listitem>
68 <listitem>
[7ded7e3]69 <para>
70 Estimated build time: &gnome-keyring-time;
71 </para>
[1d0408c8]72 </listitem>
73 </itemizedlist>
74
[2a01794]75
[7ded7e3]76 <bridgehead renderas="sect3">GNOME Keyring Dependencies</bridgehead>
[1d0408c8]77
78 <bridgehead renderas="sect4">Required</bridgehead>
[7bdbf35]79 <para role="required">
80 <xref linkend="dbus"/> and
81 <xref linkend="gcr"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="linux-pam"/>
87 </para>
[65ed5cb]88
89 <bridgehead renderas="sect4">Optional</bridgehead>
[7bdbf35]90 <para role="optional">
[497a8e0]91 <ulink url="http://people.redhat.com/sgrubb/libcap-ng/">
92 libcap-ng</ulink> and
[7bdbf35]93 <ulink url="http://www.valgrind.org">Valgrind</ulink>
94 </para>
[1d0408c8]95
[0a7c3921]96 <para condition="html" role="usernotes">User Notes:
[7ded7e3]97 <ulink url="&blfs-wiki;/gnome-keyring"/>
98 </para>
[1d0408c8]99 </sect2>
100
101 <sect2 role="installation">
[7ded7e3]102 <title>Installation of GNOME Keyring</title>
[1d0408c8]103
[7ded7e3]104 <para>
105 Install <application>GNOME Keyring</application> by running the
106 following commands:
107 </para>
[1d0408c8]108
[7bdbf35]109<screen><userinput>./configure --prefix=/usr \
110 --sysconfdir=/etc \
[c7549e82]111 --with-pam-dir=/lib/security \
112 --with-root-certs=/etc/ssl/certs &amp;&amp;
[1d0408c8]113make</userinput></screen>
114
[7ded7e3]115 <para>
[35e84dce]116 To test the results, issue <command>make check</command>.
[7ded7e3]117 </para>
[1d0408c8]118
[7ded7e3]119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
[1d0408c8]122
[e9389ff7]123<screen role="root"><userinput>make install</userinput></screen>
[1d0408c8]124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
[7ded7e3]130 <para>
[35e84dce]131 <parameter>--with-pam-dir=/lib/security</parameter>: This switch
132 specifies where the PAM module will be installed.
[7ded7e3]133 </para>
[c7549e82]134
[7ded7e3]135 <para>
136 <parameter>--with-root-certs=/etc/ssl/certs</parameter>: This
[35e84dce]137 switch specifies where the trusted root certificates are located.
[7ded7e3]138 </para>
[c7549e82]139
[1d0408c8]140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
[336a26ab]146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
[35e84dce]148 <segtitle>Installed Directories</segtitle>
[1d0408c8]149
150 <seglistitem>
[7bdbf35]151 <seg>
152 gnome-keyring, gnome-keyring-3 and gnome-keyring-daemon
153 </seg>
154 <seg>
155 gnome-keyring-pkcs11.so and pam_gnome_keyring.so
156 </seg>
157 <seg>
[35e84dce]158 /usr/lib/gnome-keyring/devel and
159 /usr/lib/pkcs11
[7bdbf35]160 </seg>
[1d0408c8]161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="gnome-keyring-daemon">
170 <term><command>gnome-keyring-daemon</command></term>
171 <listitem>
[7ded7e3]172 <para>
173 is a session daemon that keeps passwords for users.
174 </para>
[1d0408c8]175 <indexterm zone="gnome-keyring gnome-keyring-daemon">
176 <primary sortas="b-gnome-keyring-daemon">gnome-keyring-daemon</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
[6912bf39]184
185</sect1>
Note: See TracBrowser for help on using the repository browser.