source: gnome/core/gnome-screensaver.xml@ 4c2be438

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 4c2be438 was 4c2be438, checked in by Krejzi <krejzi@…>, 12 years ago

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

  • Property mode set to 100644
File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-screensaver-download-http
8 "&gnome-download-http;/gnome-screensaver/3.4/gnome-screensaver-&gnome-screensaver-version;.tar.xz">
9 <!ENTITY gnome-screensaver-download-ftp
10 "&gnome-download-ftp;/gnome-screensaver/3.4/gnome-screensaver-&gnome-screensaver-version;.tar.xz">
11 <!ENTITY gnome-screensaver-md5sum "d9349c92ea179e2948cb2ede9e751d5a">
12 <!ENTITY gnome-screensaver-size "553 KB">
13 <!ENTITY gnome-screensaver-buildsize "13 MB">
14 <!ENTITY gnome-screensaver-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-screensaver" xreflabel="gnome-screensaver-&gnome-screensaver-version;">
18 <?dbhtml filename="gnome-screensaver.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-screensaver-&gnome-screensaver-version;</title>
26
27 <indexterm zone="gnome-screensaver">
28 <primary sortas="a-gnome-screensaver">gnome-screensaver</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to gnome-screensaver</title>
33
34 <para>The <application>gnome-screensaver</application> package contains a
35 screen saver and locker designed to have simple, sane, secure defaults
36 and be well integrated with the desktop. It supports locking down of
37 configuration settings, has translations into many languages and
38 convenient user switching.</para>
39
40 &lfs70_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&gnome-screensaver-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&gnome-screensaver-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &gnome-screensaver-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &gnome-screensaver-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &gnome-screensaver-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &gnome-screensaver-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">gnome-screensaver Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required">
68 <xref linkend="dbus-glib"/>,
69 <xref linkend="gnome-desktop"/> and
70 <xref linkend="linux-pam"/>
71 </para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="libgnomekbd"/>,
76 </para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/gnome-screensaver"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of gnome-screensaver</title>
85
86 <para>Install <application>gnome-screensaver</application> by running the
87 following commands:</para>
88
89<screen><userinput>sed -i 's|etc/pam\.d"|etc"|' data/Makefile.in &amp;&amp;
90./configure --prefix=/usr \
91 --sysconfdir=/etc \
92 --libexecdir=/usr/lib/gnome-screensaver \
93 --with-pam-prefix=/etc &amp;&amp;
94make</userinput></screen>
95
96 <para>This package does not come with a test suite.</para>
97
98 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
99
100<screen role='root'><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para><command>sed -i 's|etc/pam\.d"|etc|' data/Makefile.in</command>:
108 This command is used so that an erroneous message to copy the PAM
109 configuration file is not displayed.</para>
110
111<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/gnome-prefix.xml"/>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/gnome-sysconfdir.xml"/> -->
116
117 <para><parameter>--libexecdir=/usr/lib/gnome-screensaver</parameter>:
118 This parameter causes the libexec files to be installed in the preferred
119 location of <filename
120 class="directory">/usr/lib/gnome-screensaver</filename> instead of
121 <filename class="directory">/usr/libexec</filename>.</para>
122
123 <para><parameter>--with-pam-prefix=/etc</parameter>: This parameter is
124 used so that the <application>Linux-PAM</application> configuration file
125 for the <application>gnome-screensaver</application> application is
126 installed in the correct location.</para>
127
128 </sect2>
129
130 <sect2 role="configuration">
131 <title>Configuring gnome-screensaver</title>
132
133 <sect3 id="gnome-screensaver-config">
134 <title>Config Files</title>
135
136 <para><filename>/etc/pam.d/gnome-screensaver</filename></para>
137
138 <indexterm zone="gnome-screensaver gnome-screensaver-config">
139 <primary sortas="e-etc-pam.d-gnome-screensaver">
140 /etc/pam.d/gnome-screensaver</primary>
141 </indexterm>
142
143 </sect3>
144
145 <sect3>
146 <title>Configuration Information</title>
147
148 <sect4>
149 <title>Linux-PAM Configuration</title>
150
151 <para>The default <filename>gnome-screensaver</filename> configuration
152 file does not work with a BLFS system. Replace the existing file with
153 one that can be used on a BLFS system by issuing the following command
154 as the <systemitem class='username'>root</systemitem> user:</para>
155
156<screen role="root"><userinput>cat &gt; /etc/pam.d/gnome-screensaver &lt;&lt; "EOF"
157<literal># Begin /etc/pam.d/gnome-screensaver
158
159auth include system-auth
160auth optional pam_gnome_keyring.so
161
162account include system-account
163password include system-password
164session include system-session
165
166# End /etc/pam.d/gnome-screensaver</literal>
167EOF
168chmod -v 644 /etc/pam.d/gnome-screensaver</userinput></screen>
169
170 </sect4>
171
172 </sect3>
173
174 </sect2>
175
176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Programs</segtitle>
181 <segtitle>Installed Directory</segtitle>
182
183 <seglistitem>
184 <seg>
185 gnome-screensaver and gnome-screensaver-command
186 </seg>
187 <seg>
188 /usr/lib/gnome-screensaver
189 </seg>
190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
198 <varlistentry id="gnome-screensaver-prog">
199 <term><command>gnome-screensaver</command></term>
200 <listitem>
201 <para>is a screensaver and screen-locking program designed to
202 work seamlessly with the GNOME desktop.</para>
203 <indexterm zone="gnome-screensaver gnome-screensaver-prog">
204 <primary sortas="b-gnome-screensaver">gnome-screensaver</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="gnome-screensaver-command">
210 <term><command>gnome-screensaver-command</command></term>
211 <listitem>
212 <para>is a tool for controlling an already
213 running instance of gnome-screensaver.</para>
214 <indexterm zone="gnome-screensaver gnome-screensaver-command">
215 <primary sortas="b-gnome-screensaver-command">gnome-screensaver-command</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 </variablelist>
221
222 </sect2>
223
224</sect1>
Note: See TracBrowser for help on using the repository browser.