source: gnome/applications/gnome-settings-daemon.xml@ 66598ffc

gnome
Last change on this file since 66598ffc was c3238261, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new pages gnome-disk-utility gnome-settings-daemon ibus libgnomekbd libpwquality libwacom

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13370 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.9 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-settings-daemon-download-http
8 "&gnome-download-http;/gnome-settings-daemon/3.12/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
9 <!ENTITY gnome-settings-daemon-download-ftp
10 "&gnome-download-ftp;/gnome-settings-daemon/3.12/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
11 <!ENTITY gnome-settings-daemon-md5sum "63b053c499e73e522b316c54224b22dc">
12 <!ENTITY gnome-settings-daemon-size "1.6 MB">
13 <!ENTITY gnome-settings-daemon-buildsize "70 MB">
14 <!ENTITY gnome-settings-daemon-time "0.7 SBU">
15]>
16
17<sect1 id="gnome-settings-daemon" xreflabel="gnome-settings-daemon-&gnome-settings-daemon-version;">
18 <?dbhtml filename="gnome-settings-daemon.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-settings-daemon-&gnome-settings-daemon-version;</title>
26
27 <indexterm zone="gnome-settings-daemon">
28 <primary sortas="a-gnome-settings-daemon">gnome-settings-daemon</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Settings Daemon</title>
33
34 <para>
35 The <application>GNOME Settings Daemon</application> is responsible
36 for setting various parameters of a <application>GNOME Session</application>
37 and the applications that run under it.
38 </para>
39
40 &lfs75_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-settings-daemon-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-settings-daemon-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-settings-daemon-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-settings-daemon-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-settings-daemon-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-settings-daemon-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME Settings Daemon Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="glib2"/>,
81 <xref linkend="gtk3"/>,
82 <xref linkend="gnome-desktop"/>,
83 <xref linkend="libnotify"/>, and
84 <xref linkend="systemd"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="cups"/>,
90 <xref linkend="colord"/>,
91 <xref linkend="libgweather"/>,
92 <xref linkend="geoclue"/>,
93 <xref linkend="geocode-glib"/>,
94 <xref linkend="polkit"/>,
95 <xref linkend="librsvg"/>,
96 <xref linkend="pulseaudio"/>,
97 <xref linkend="libwacom"/>,
98 <xref linkend="xorg-wacom-driver"/>,
99 <xref linkend="gsettings-desktop-schemas"/>,
100 <xref linkend="libgnomekbd"/>,
101 <xref linkend="upower"/>,
102 <xref linkend="libcanberra"/>,
103 <xref linkend="ibus"/>, and
104 <xref linkend="nss"/>
105 </para>
106
107 <note>
108 <para>
109 Recommended dependencies are not strictly required for
110 this package to build and function, but you may not get
111 expected results at runtime if you don't install them.
112 </para>
113 </note>
114
115 <para condition="html" role="usernotes">User Notes:
116 <ulink url="&blfs-wiki;/gnome-settings-daemon"/>
117 </para>
118 </sect2>
119
120 <sect2 role="installation">
121 <title>Installation of GNOME Settings Daemon</title>
122
123 <para>
124 Install <application>GNOME Settings Daemon</application> by running the following
125 commands:
126 </para>
127
128<screen><userinput>./configure --prefix=/usr \
129 --sysconfdir=/etc \
130 --libexecdir=/usr/lib/gnome-settings-daemon \
131 --disable-packagekit \
132 --disable-static &amp;&amp;
133make</userinput></screen>
134
135 <para>
136 <!-- To test the results, issue <command>make check</command>. -->
137 This package does not have a working testsuite.
138 </para>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>make install</userinput></screen>
145
146 </sect2>
147
148 <sect2 role="commands">
149 <title>Command Explanations</title>
150
151 <para>
152 <option>--disable-packagekit</option>: This switch disables use
153 of PackageKit which isn't suitable for BLFS.
154 </para>
155
156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../../xincludes/static-libraries.xml"/>
158
159 <para>
160 <option>--disable-cups</option>: Use this switch if you have not
161 installed recommended dependency <application>Cups</application>.
162 </para>
163
164 <para>
165 <option>--disable-ibus</option>: Use this switch if you have not
166 installed recommended dependency <application>IBus</application>.
167 </para>
168
169 <para>
170 <option>--disable-smartcard-support</option>: Use this switch if
171 you have not installed recommended dependency
172 <application>NSS</application> and wish to disable SmartCard
173 support.
174 </para>
175
176 </sect2>
177
178 <sect2 role="content">
179 <title>Contents</title>
180
181 <segmentedlist>
182 <segtitle>Installed Program</segtitle>
183 <segtitle>Installed Libraries</segtitle>
184 <segtitle>Installed Directories</segtitle>
185
186 <seglistitem>
187 <seg>
188 gnome-settings-daemon
189 </seg>
190 <seg>
191 None
192 </seg>
193 <seg>
194 /etc/gnome-settings-daemon,
195 /usr/include/gnome-settings-daemon-3.0,
196 /usr/lib/gnome-settings-daemon,
197 /usr/lib/gnome-settings-daemon-3.0,
198 /usr/share/gnome-settings-daemon and
199 /usr/share/gnome-settings-daemon-3.0
200 </seg>
201 </seglistitem>
202 </segmentedlist>
203
204 <variablelist>
205 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
206 <?dbfo list-presentation="list"?>
207 <?dbhtml list-presentation="table"?>
208
209 <varlistentry id="gnome-settings-daemon-prog">
210 <term><command>gnome-settings-daemon</command></term>
211 <listitem>
212 <para>
213 is responsible for setting the various preference parameters of
214 a <application>GNOME</application> session and the applications
215 that run under it.
216 </para>
217 <indexterm zone="gnome-settings-daemon gnome-settings-daemon-prog">
218 <primary sortas="b-gnome-settings-daemon">gnome-settings-daemon</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 </variablelist>
224
225 </sect2>
226
227</sect1>
Note: See TracBrowser for help on using the repository browser.