source: gnome/core/gconf.xml@ 6208859

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 6208859 was 6208859, checked in by Krejzi <krejzi@…>, 12 years ago

Some minor gnome fixes. Add IBus XML

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