source: gnome/platform/gnome-settings-daemon.xml@ 6eea7da

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6eea7da was 6eea7da, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Add GSound (for gnome-control-center)
Update to gnome-control-center-3.32.1
Update to gnome-bluetooth-3.32.1
Update to gnome-settings-daemon-3.32.0
Update to gnome-color-manager-3.32.0
Minor stylistic tweak to gnome.ent

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

  • Property mode set to 100644
File size: 7.3 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/&gnome-minor-32;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
9 <!ENTITY gnome-settings-daemon-download-ftp
10 "&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor-32;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
11 <!ENTITY gnome-settings-daemon-md5sum "d1f55fb2059a2c52b1ce9af71f949961">
12 <!ENTITY gnome-settings-daemon-size "1.3 MB">
13 <!ENTITY gnome-settings-daemon-buildsize "37 MB">
14 <!ENTITY gnome-settings-daemon-time "0.3 SBU">
15]>
16
17<sect1 id="gnome-settings-daemon" xreflabel="gnome-settings-daemon-&gnome-settings-daemon-version;" revision="systemd">
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 &lfs84_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="colord"/>,
81 <xref linkend="fontconfig"/>,
82 <xref linkend="geoclue2"/>,
83 <xref linkend="gnome-desktop"/>,
84 <xref linkend="lcms2"/>,
85 <xref linkend="libcanberra"/>,
86 <xref linkend="libgweather"/>,
87 <xref linkend="libnotify"/>,
88 <xref linkend="librsvg"/>,
89 <xref linkend="libwacom"/>,
90 <xref linkend="pulseaudio"/>,
91 <xref linkend="systemd"/>,
92 <xref linkend="upower"/>, and
93 <xref linkend="xorg-wacom-driver"/>
94 </para>
95
96 <bridgehead renderas="sect4">Recommended</bridgehead>
97 <para role="recommended">
98 <xref linkend="alsa"/>,
99 <xref linkend="cups"/>,
100 <xref linkend="NetworkManager"/>,
101 <xref linkend="nss"/>, and
102 <xref linkend="wayland"/>
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 <bridgehead renderas="sect4">Optional</bridgehead>
114 <para role="optional">
115 <ulink url="https://github.com/martinpitt/python-dbusmock">python-dbusmock</ulink>
116 (required for the tests)
117 </para>
118
119 <para condition="html" role="usernotes">User Notes:
120 <ulink url="&blfs-wiki;/gnome-settings-daemon"/>
121 </para>
122 </sect2>
123
124 <sect2 role="installation">
125 <title>Installation of GNOME Settings Daemon</title>
126
127 <para>
128 Install <application>GNOME Settings Daemon</application> by running the
129 following commands:
130 </para>
131
132<screen><userinput>mkdir build &amp;&amp;
133cd build &amp;&amp;
134
135meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
136ninja</userinput></screen>
137
138 <para>
139 To check the results, execute: <command>ninja test</command>. Note that
140 you must have <application>python-dbusmock</application> installed in
141 order for the tests to complete successfully.
142 </para>
143
144 <para>
145 Now, as the <systemitem class="username">root</systemitem> user:
146 </para>
147
148<screen role="root"><userinput>ninja install</userinput></screen>
149
150 </sect2>
151<!--
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/static-libraries.xml"/>
157
158 <para>
159 <parameter>udevrulesdir=/lib/udev/rules.d</parameter>: This switch
160 ensures that the <application>udev</application> rule is installed in
161 the correct location.
162 </para>
163
164 <para>
165 <option>- -disable-cups</option>: Use this switch if you have not
166 installed recommended dependency <application>Cups</application>.
167 </para>
168
169 <para>
170 <option>- -disable-network-manager</option>: Use this switch if
171 you have not installed recommended dependency
172 <application>NetworkManager</application>.
173 </para>
174
175 <para>
176 <option>- -disable-smartcard-support</option>: Use this switch if
177 you have not installed recommended dependency
178 <application>NSS</application> and wish to disable SmartCard
179 support.
180 </para>
181
182 <para>
183 <option>- -disable-wayland</option>: Use this switch if you have not
184 installed recommended dependency <application>Wayland</application>.
185 </para>
186
187 </sect2>
188-->
189
190 <sect2 role="content">
191 <title>Contents</title>
192
193 <segmentedlist>
194 <segtitle>Installed Programs</segtitle>
195 <segtitle>Installed Libraries</segtitle>
196 <segtitle>Installed Directories</segtitle>
197
198 <seglistitem>
199 <seg>
200 gnome-settings-daemon (library executable)
201 </seg>
202 <seg>
203 None
204 </seg>
205 <seg>
206 /usr/include/gnome-settings-daemon-3.0,
207 /usr/lib/gnome-settings-daemon-3.0, and
208 /usr/share/gnome-settings-daemon
209 </seg>
210 </seglistitem>
211 </segmentedlist>
212
213 <variablelist>
214 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
215 <?dbfo list-presentation="list"?>
216 <?dbhtml list-presentation="table"?>
217
218 <varlistentry id="gnome-settings-daemon-prog">
219 <term><command>gnome-settings-daemon</command></term>
220 <listitem>
221 <para>
222 is responsible for setting the various preference parameters of
223 a <application>GNOME</application> session and the applications
224 that run under it.
225 </para>
226 <indexterm zone="gnome-settings-daemon gnome-settings-daemon-prog">
227 <primary sortas="b-gnome-settings-daemon">gnome-settings-daemon</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 </variablelist>
233
234 </sect2>
235
236</sect1>
Note: See TracBrowser for help on using the repository browser.