source: gnome/platform/dconf.xml@ a1f2d184

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a1f2d184 was 81e3aeaa, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Minor updates

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

  • Property mode set to 100644
File size: 6.5 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 dconf-download-http "&gnome-download-http;/dconf/0.20/dconf-&dconf-version;.tar.xz">
8 <!ENTITY dconf-download-ftp "&gnome-download-ftp;/dconf/0.20/dconf-&dconf-version;.tar.xz">
9 <!ENTITY dconf-md5sum "542db78e4867ac575ec0f69f79b3eebd">
10 <!ENTITY dconf-size "384 KB">
11 <!ENTITY dconf-buildsize "15 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 &lfs75_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 &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/gtk-doc-rebuild.xml"/>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 dconf, dconf-editor, and dconf-service
141 </seg>
142 <seg>
143 libdconf-dbus-1.so, libdconf.so and
144 /usr/lib/gio/modules/libdconfsettings.so
145 </seg>
146 <seg>
147 /usr/include/dconf,
148 /usr/include/dconf-dbus-1, and
149 /usr/share/gtk-doc/html/dconf
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="dconf-prog">
160 <term><command>dconf</command></term>
161 <listitem>
162 <para>
163 is a simple tool for manipulating the
164 <application>DConf</application> database.
165 </para>
166 <indexterm zone="dconf dconf-prog">
167 <primary sortas="b-dconf">dconf</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="dconf-editor">
173 <term><command>dconf-editor</command></term>
174 <listitem>
175 <para>
176 is a graphical program for editing settings
177 that are stored in the
178 <application>DConf</application> database.
179 </para>
180 <indexterm zone="dconf dconf-editor">
181 <primary sortas="b-dconf-editor">dconf-editor</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="dconf-service">
187 <term><command>dconf-service</command></term>
188 <listitem>
189 <para>
190 is the <application>D-Bus</application> service
191 that writes to the
192 <application>DConf</application> database.
193 </para>
194 <indexterm zone="dconf dconf-service">
195 <primary sortas="b-dconf-service">dconf-service</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="libdconf">
201 <term><filename class="libraryfile">libdconf.so</filename></term>
202 <listitem>
203 <para>
204 contains the <application>DConf</application> client API functions.
205 </para>
206 <indexterm zone="dconf libdconf">
207 <primary sortas="c-libdconf">libdconf.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="libdconf-dbus-1">
213 <term><filename class="libraryfile">libdconf-dbus-1.so</filename></term>
214 <listitem>
215 <para>
216 contains the <application>DConf</application> client API functions
217 for <application>D-Bus</application>.
218 </para>
219 <indexterm zone="dconf libdconf-dbus-1">
220 <primary sortas="c-libdconf-dbus-1">libdconf-dbus-1.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.