source: gnome/platform/gconf.xml@ 911d9698

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 911d9698 was 911d9698, checked in by Fernando de Oliveira <fernando@…>, 11 years ago

Fix WebKitGTK+-1.10.2 to build with Bison 3.0; more lfs7.4 tags.

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

  • Property mode set to 100644
File size: 7.1 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 GConf-download-http "&gnome-download-http;/GConf/3.2/GConf-&GConf-version;.tar.xz">
8 <!ENTITY GConf-download-ftp "&gnome-download-ftp;/GConf/3.2/GConf-&GConf-version;.tar.xz">
9 <!ENTITY GConf-md5sum "2b16996d0e4b112856ee5c59130e822c">
10 <!ENTITY GConf-size "1.5 MB">
11 <!ENTITY GConf-buildsize "45 MB">
12 <!ENTITY GConf-time "0.3 SBU">
13]>
14
15<sect1 id="GConf" xreflabel="GConf-&GConf-version;">
16 <?dbhtml filename="GConf.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GConf-&GConf-version;</title>
24
25 <indexterm zone="GConf">
26 <primary sortas="a-GConf">GConf</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GConf</title>
31
32 <para>
33 The <application>GConf</application> package contains a
34 configuration database system used by many
35 <application>GNOME</application> applications.
36 </para>
37
38 &lfs74_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&GConf-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&GConf-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &GConf-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &GConf-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &GConf-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &GConf-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GConf Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="dbus-glib"/>,
79 <xref linkend="intltool"/> and
80 <xref linkend="libxml2"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gobject-introspection"/>,
86 <xref linkend="gtk3"/> and
87 <xref linkend="polkit"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gtk-doc"/> and
93 <xref linkend="openldap"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gconf"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GConf</title>
103
104 <para>
105 Install <application>GConf</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr \
110 --sysconfdir=/etc \
111 --libexecdir=/usr/lib/GConf \
112 --disable-orbit \
113 --disable-static &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem>
122 user:
123 </para>
124
125<screen role="root"><userinput>make install &amp;&amp;
126ln -s gconf.xml.defaults /etc/gconf/gconf.xml.system</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <option>--disable-orbit</option>: This switch is required if
135 <application>ORBit2</application> is not installed.
136 <application>ORBit2</application> is a deprecated package.
137 </para>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/static-libraries.xml"/>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/gtk-doc-rebuild.xml"/>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 gconf-merge-tree, gconftool-2, gsettings-data-convert and
158 gsettings-schema-convert
159 </seg>
160 <seg>
161 libgconf-2.so
162 </seg>
163 <seg>
164 /etc/gconf,
165 /usr/include/gconf,
166 /usr/lib/GConf,
167 /usr/share/GConf,
168 /usr/share/gtk-doc/html/gconf and
169 /usr/share/sgml/gconf
170 </seg>
171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
179 <varlistentry id="gconf-merge-tree">
180 <term><command>gconf-merge-tree</command></term>
181 <listitem>
182 <para>
183 merges an XML filesystem hierarchy.
184 </para>
185 <indexterm zone="GConf gconf-merge-tree">
186 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="gconftool-2">
192 <term><command>gconftool-2</command></term>
193 <listitem>
194 <para>
195 is a command line tool used for manipulating the
196 <application>GConf</application> database.
197 </para>
198 <indexterm zone="GConf gconftool-2">
199 <primary sortas="b-gconftool-2">gconftool-2</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="gsettings-data-convert">
205 <term><command>gsettings-data-convert</command></term>
206 <listitem>
207 <para>
208 reads values out of the users <application>GConf</application>
209 database and stores them in GSettings.
210 </para>
211 <indexterm zone="GConf gsettings-data-convert">
212 <primary sortas="b-gsettings-data-convert">gsettings-data-convert</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="gsettings-schemas-convert">
218 <term><command>gsettings-schemas-convert</command></term>
219 <listitem>
220 <para>
221 converts between <application>GConf</application> and GSettings
222 schema file formats.
223 </para>
224 <indexterm zone="GConf gsettings-schemas-convert">
225 <primary sortas="b-gsettings-schemas-convert">gsettings-schemas-convert</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="libgconf-2">
231 <term><filename class="libraryfile">libgconf-2.so</filename></term>
232 <listitem>
233 <para>
234 provides the functions necessary to maintain the
235 configuration database.
236 </para>
237 <indexterm zone="GConf libgconf-2">
238 <primary sortas="c-libgconf-2">libgconf-2.so</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 </variablelist>
244
245 </sect2>
246
247</sect1>
Note: See TracBrowser for help on using the repository browser.