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 dconf-download-http "&gnome-download-http;/dconf/0.14/dconf-&dconf-version;.tar.xz">
|
---|
8 | <!ENTITY dconf-download-ftp "&gnome-download-ftp;/dconf/0.14/dconf-&dconf-version;.tar.xz">
|
---|
9 | <!ENTITY dconf-md5sum "eaa62d1a5655e6dd620358d6b1c4f272">
|
---|
10 | <!ENTITY dconf-size "288 KB">
|
---|
11 | <!ENTITY dconf-buildsize "13 MB">
|
---|
12 | <!ENTITY dconf-time "0.2 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="dconf" xreflabel="DConf-&dconf-version;">
|
---|
16 | <?dbhtml filename="dconf.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>DConf-&dconf-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="dconf">
|
---|
26 | <primary sortas="a-DConf">DConf</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to DConf</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>DConf</application> package contains a low-level
|
---|
34 | configuration system. Its main purpose is to provide a backend to GSettings
|
---|
35 | on platforms that don't already have configuration storage systems.
|
---|
36 | </para>
|
---|
37 |
|
---|
38 | &lfs72_checked;
|
---|
39 |
|
---|
40 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
41 | <itemizedlist spacing="compact">
|
---|
42 | <listitem>
|
---|
43 | <para>
|
---|
44 | Download (HTTP): <ulink url="&dconf-download-http;"/>
|
---|
45 | </para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>
|
---|
49 | Download (FTP): <ulink url="&dconf-download-ftp;"/>
|
---|
50 | </para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>
|
---|
54 | Download MD5 sum: &dconf-md5sum;
|
---|
55 | </para>
|
---|
56 | </listitem>
|
---|
57 | <listitem>
|
---|
58 | <para>
|
---|
59 | Download size: &dconf-size;
|
---|
60 | </para>
|
---|
61 | </listitem>
|
---|
62 | <listitem>
|
---|
63 | <para>
|
---|
64 | Estimated disk space required: &dconf-buildsize;
|
---|
65 | </para>
|
---|
66 | </listitem>
|
---|
67 | <listitem>
|
---|
68 | <para>
|
---|
69 | Estimated build time: &dconf-time;
|
---|
70 | </para>
|
---|
71 | </listitem>
|
---|
72 | </itemizedlist>
|
---|
73 |
|
---|
74 | <bridgehead renderas="sect3">DConf Dependencies</bridgehead>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
77 | <para role="required">
|
---|
78 | <xref linkend="dbus"/>,
|
---|
79 | <xref linkend="gtk3"/> and
|
---|
80 | <xref linkend="libxml2"/>
|
---|
81 | </para>
|
---|
82 |
|
---|
83 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
84 | <para role="recommended">
|
---|
85 | <xref linkend="vala"/>
|
---|
86 | </para>
|
---|
87 |
|
---|
88 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
89 | <para role="optional">
|
---|
90 | <xref linkend="gtk-doc"/>
|
---|
91 | </para>
|
---|
92 |
|
---|
93 | <para condition="html" role="usernotes">User Notes:
|
---|
94 | <ulink url="&blfs-wiki;/dconf"/>
|
---|
95 | </para>
|
---|
96 | </sect2>
|
---|
97 |
|
---|
98 | <sect2 role="installation">
|
---|
99 | <title>Installation of DConf</title>
|
---|
100 |
|
---|
101 | <para>
|
---|
102 | Install <application>DConf</application> by running the following
|
---|
103 | commands:
|
---|
104 | </para>
|
---|
105 |
|
---|
106 | <screen><userinput>./configure --prefix=/usr \
|
---|
107 | --sysconfdir=/etc \
|
---|
108 | --libexecdir=/usr/lib/dconf &&
|
---|
109 | make</userinput></screen>
|
---|
110 |
|
---|
111 | <para>
|
---|
112 | This package does not come with a test suite.
|
---|
113 | </para>
|
---|
114 |
|
---|
115 | <para>
|
---|
116 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
117 | </para>
|
---|
118 |
|
---|
119 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
120 |
|
---|
121 | </sect2>
|
---|
122 |
|
---|
123 | <sect2 role="commands">
|
---|
124 | <title>Command Explanations</title>
|
---|
125 |
|
---|
126 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
127 | href="../../xincludes/gtk-doc-rebuild.xml"/>
|
---|
128 |
|
---|
129 | </sect2>
|
---|
130 |
|
---|
131 | <sect2 role="content">
|
---|
132 | <title>Contents</title>
|
---|
133 |
|
---|
134 | <segmentedlist>
|
---|
135 | <segtitle>Installed Programs</segtitle>
|
---|
136 | <segtitle>Installed Libraries</segtitle>
|
---|
137 | <segtitle>Installed Directories</segtitle>
|
---|
138 |
|
---|
139 | <seglistitem>
|
---|
140 | <seg>
|
---|
141 | dconf, dconf-editor and dconf-service
|
---|
142 | </seg>
|
---|
143 | <seg>
|
---|
144 | libdconf-dbus-1.so and libdconf.so
|
---|
145 | </seg>
|
---|
146 | <seg>
|
---|
147 | /usr/include/dconf,
|
---|
148 | /usr/include/dconf-dbus-1,
|
---|
149 | /usr/lib/dconf,
|
---|
150 | /usr/share/dconf-editor and
|
---|
151 | /usr/share/gtk-doc/html/dconf
|
---|
152 | </seg>
|
---|
153 | </seglistitem>
|
---|
154 | </segmentedlist>
|
---|
155 |
|
---|
156 | <variablelist>
|
---|
157 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
158 | <?dbfo list-presentation="list"?>
|
---|
159 | <?dbhtml list-presentation="table"?>
|
---|
160 |
|
---|
161 | <varlistentry id="dconf-prog">
|
---|
162 | <term><command>dconf</command></term>
|
---|
163 | <listitem>
|
---|
164 | <para>
|
---|
165 | is a simple tool for manipulating the
|
---|
166 | <application>DConf</application> database.
|
---|
167 | </para>
|
---|
168 | <indexterm zone="dconf dconf-prog">
|
---|
169 | <primary sortas="b-dconf">dconf</primary>
|
---|
170 | </indexterm>
|
---|
171 | </listitem>
|
---|
172 | </varlistentry>
|
---|
173 |
|
---|
174 | <varlistentry id="dconf-editor">
|
---|
175 | <term><command>dconf-editor</command></term>
|
---|
176 | <listitem>
|
---|
177 | <para>
|
---|
178 | is a graphical program for editing settings
|
---|
179 | that are stored in the
|
---|
180 | <application>DConf</application> database.
|
---|
181 | </para>
|
---|
182 | <indexterm zone="dconf dconf-editor">
|
---|
183 | <primary sortas="b-dconf-editor">dconf-editor</primary>
|
---|
184 | </indexterm>
|
---|
185 | </listitem>
|
---|
186 | </varlistentry>
|
---|
187 |
|
---|
188 | <varlistentry id="dconf-service">
|
---|
189 | <term><command>dconf-service</command></term>
|
---|
190 | <listitem>
|
---|
191 | <para>
|
---|
192 | is the <application>D-Bus</application> service
|
---|
193 | that writes to the
|
---|
194 | <application>DConf</application> database.
|
---|
195 | </para>
|
---|
196 | <indexterm zone="dconf dconf-service">
|
---|
197 | <primary sortas="b-dconf-service">dconf-service</primary>
|
---|
198 | </indexterm>
|
---|
199 | </listitem>
|
---|
200 | </varlistentry>
|
---|
201 |
|
---|
202 | <varlistentry id="libdconf">
|
---|
203 | <term><filename class="libraryfile">libdconf.so</filename></term>
|
---|
204 | <listitem>
|
---|
205 | <para>
|
---|
206 | contains <application>DConf</application> client API functions.
|
---|
207 | </para>
|
---|
208 | <indexterm zone="dconf libdconf">
|
---|
209 | <primary sortas="c-libdconf">libdconf.so</primary>
|
---|
210 | </indexterm>
|
---|
211 | </listitem>
|
---|
212 | </varlistentry>
|
---|
213 |
|
---|
214 | <varlistentry id="libdconf-dbus-1">
|
---|
215 | <term><filename class="libraryfile">libdconf-dbus-1.so</filename></term>
|
---|
216 | <listitem>
|
---|
217 | <para>
|
---|
218 | contains <application>DConf</application> client API functions
|
---|
219 | for <application>D-Bus</application>.
|
---|
220 | </para>
|
---|
221 | <indexterm zone="dconf libdconf-dbus-1">
|
---|
222 | <primary sortas="c-libdconf-dbus-1">libdconf-dbus-1.so</primary>
|
---|
223 | </indexterm>
|
---|
224 | </listitem>
|
---|
225 | </varlistentry>
|
---|
226 |
|
---|
227 | </variablelist>
|
---|
228 |
|
---|
229 | </sect2>
|
---|
230 |
|
---|
231 | </sect1>
|
---|