source: gnome/core/gnome-settings-daemon.xml@ 5e5a8d5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5e5a8d5 was 0d7900a, checked in by Randy McMurchy <randy@…>, 12 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

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