source: gnome/core/gconf.xml@ 7ded7e3

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

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

  • Property mode set to 100644
File size: 7.6 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 &lfs70_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;
128install -v -m755 -d /etc/gconf/gconf.xml.system</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <para>
136 <parameter>--libexecdir=/usr/lib/GConf</parameter>:
137 This parameter causes the libexec files to be installed in the preferred
138 location of <filename class="directory">/usr/lib/GConf</filename>
139 instead of <filename class="directory">/usr/libexec</filename>.
140 </para>
141
142 <para>
143 <option>--disable-orbit</option>: This parameter is required if
144 <application>ORBit2</application> is not installed.
145 <application>ORBit2</application> is a deprecated package.
146 </para>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="../../xincludes/static-libraries.xml"/>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="../../xincludes/gtk-doc-rebuild.xml"/>
153
154 <para>
155 <command>install -v -m755 -d /etc/gconf/gconf.xml.system</command>:
156 Creates a missing directory. Without this directory,
157 <command>gconf-sanity-check-2</command> will fail during
158 <application>GDM</application> startup and login.
159 </para>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <seg>
173 gconf-merge-tree, gconftool-2, gsettings-data-convert and
174 gsettings-schema-convert
175 </seg>
176 <seg>
177 libgconf-2.so
178 </seg>
179 <seg>
180 /etc/gconf,
181 /usr/include/gconf,
182 /usr/lib/GConf,
183 /usr/share/GConf,
184 /usr/share/gtk-doc/html/gconf and
185 /usr/share/sgml/gconf
186 </seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="gconf-merge-tree">
196 <term><command>gconf-merge-tree</command></term>
197 <listitem>
198 <para>
199 merges an XML filesystem hierarchy.
200 </para>
201 <indexterm zone="GConf gconf-merge-tree">
202 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="gconftool-2">
208 <term><command>gconftool-2</command></term>
209 <listitem>
210 <para>
211 is a command line tool used for manipulating the
212 <application>GConf</application> database.
213 </para>
214 <indexterm zone="GConf gconftool-2">
215 <primary sortas="b-gconftool-2">gconftool-2</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="gsettings-data-convert">
221 <term><command>gsettings-data-convert</command></term>
222 <listitem>
223 <para>
224 reads values out of the users <application>GConf</application>
225 database and stores them in GSettings.
226 </para>
227 <indexterm zone="GConf gsettings-data-convert">
228 <primary sortas="b-gsettings-data-convert">gsettings-data-convert</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="gsettings-schemas-convert">
234 <term><command>gsettings-schemas-convert</command></term>
235 <listitem>
236 <para>
237 converts between <application>GConf</application> and GSettings
238 schema file formats.
239 </para>
240 <indexterm zone="GConf gsettings-schemas-convert">
241 <primary sortas="b-gsettings-schemas-convert">gsettings-schemas-convert</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="libgconf-2">
247 <term><filename class='libraryfile'>libgconf-2.so</filename></term>
248 <listitem>
249 <para>
250 provides the functions necessary to maintain the
251 configuration database.
252 </para>
253 <indexterm zone="GConf libgconf-2">
254 <primary sortas="c-libgconf-2">libgconf-2.so</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 </variablelist>
260
261 </sect2>
262
263</sect1>
Note: See TracBrowser for help on using the repository browser.