source: gnome-systemd/desktop/gnome-settings-daemon.xml@ 09140ef

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 09140ef was 09140ef, checked in by Krejzi <krejzi@…>, 10 years ago

Import Christopher's GNOME work into systemd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13549 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="gnome-desktop"/>,
81 <xref linkend="libnotify"/>, and
82 <xref linkend="systemd"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="cups"/>,
88 <xref linkend="colord"/>,
89 <xref linkend="libgweather"/>,
90 <xref linkend="geoclue"/>,
91 <xref linkend="geocode-glib"/>,
92 <xref linkend="polkit"/>,
93 <xref linkend="librsvg"/>,
94 <xref linkend="pulseaudio"/>,
95 <xref linkend="libwacom"/>,
96 <xref linkend="xorg-wacom-driver"/>,
97 <xref linkend="gsettings-desktop-schemas"/>,
98 <xref linkend="libgnomekbd"/>,
99 <xref linkend="upower"/>,
100 <xref linkend="libcanberra"/>,
101 <xref linkend="ibus"/>, and
102 <xref linkend="nss"/>
103 </para>
104
105 <note>
106 <para>
107 Recommended dependencies are not strictly required for
108 this package to build and function, but you may not get
109 expected results at runtime if you don't install them.
110 </para>
111 </note>
112
113 <para condition="html" role="usernotes">User Notes:
114 <ulink url="&blfs-wiki;/gnome-settings-daemon"/>
115 </para>
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Installation of GNOME Settings Daemon</title>
120
121 <para>
122 Install <application>GNOME Settings Daemon</application> by running the following
123 commands:
124 </para>
125
126<screen><userinput>./configure --prefix=/usr \
127 --sysconfdir=/etc \
128 --libexecdir=/usr/lib/gnome-settings-daemon \
129 --disable-packagekit \
130 --disable-static &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 <!-- To test the results, issue <command>make check</command>. -->
135 This package does not have a working testsuite.
136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install</userinput></screen>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <para>
150 <option>--disable-packagekit</option>: This switch disables use
151 of PackageKit which isn't suitable for BLFS.
152 </para>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="../../xincludes/static-libraries.xml"/>
156
157 <para>
158 <option>--disable-cups</option>: Use this switch if you have not
159 installed recommended dependency <application>Cups</application>.
160 </para>
161
162 <para>
163 <option>--disable-ibus</option>: Use this switch if you have not
164 installed recommended dependency <application>IBus</application>.
165 </para>
166
167 <para>
168 <option>--disable-smartcard-support</option>: Use this switch if
169 you have not installed recommended dependency
170 <application>NSS</application> and wish to disable SmartCard
171 support.
172 </para>
173
174 </sect2>
175
176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Program</segtitle>
181 <segtitle>Installed Libraries</segtitle>
182 <segtitle>Installed Directories</segtitle>
183
184 <seglistitem>
185 <seg>
186 gnome-settings-daemon
187 </seg>
188 <seg>
189 None
190 </seg>
191 <seg>
192 /etc/gnome-settings-daemon,
193 /usr/include/gnome-settings-daemon-3.0,
194 /usr/lib/gnome-settings-daemon,
195 /usr/lib/gnome-settings-daemon-3.0,
196 /usr/share/gnome-settings-daemon and
197 /usr/share/gnome-settings-daemon-3.0
198 </seg>
199 </seglistitem>
200 </segmentedlist>
201
202 <variablelist>
203 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
204 <?dbfo list-presentation="list"?>
205 <?dbhtml list-presentation="table"?>
206
207 <varlistentry id="gnome-settings-daemon-prog">
208 <term><command>gnome-settings-daemon</command></term>
209 <listitem>
210 <para>
211 is responsible for setting the various preference parameters of
212 a <application>GNOME</application> session and the applications
213 that run under it.
214 </para>
215 <indexterm zone="gnome-settings-daemon gnome-settings-daemon-prog">
216 <primary sortas="b-gnome-settings-daemon">gnome-settings-daemon</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.