source: archive/gnome/gnome-settings-daemon.xml@ 4454113

11.3 12.0 12.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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 4454113 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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