source: gnome/platform/gconf.xml@ 682f45b2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 682f45b2 was 682f45b2, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

More tags and libexec removals.

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

  • Property mode set to 100644
File size: 7.0 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 &lfs75_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 --disable-orbit \
112 --disable-static &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem>
121 user:
122 </para>
123
124<screen role="root"><userinput>make install &amp;&amp;
125ln -s gconf.xml.defaults /etc/gconf/gconf.xml.system</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <option>--disable-orbit</option>: This switch is required if
134 <application>ORBit2</application> is not installed.
135 <application>ORBit2</application> is a deprecated package.
136 </para>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/static-libraries.xml"/>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/gtk-doc-rebuild.xml"/>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
156 gconf-merge-tree, gconftool-2, gsettings-data-convert and
157 gsettings-schema-convert
158 </seg>
159 <seg>
160 libgconf-2.so
161 </seg>
162 <seg>
163 /etc/gconf,
164 /usr/include/gconf,
165 /usr/lib/GConf,
166 /usr/share/gtk-doc/html/gconf and
167 /usr/share/sgml/gconf
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="gconf-merge-tree">
178 <term><command>gconf-merge-tree</command></term>
179 <listitem>
180 <para>
181 merges an XML filesystem hierarchy.
182 </para>
183 <indexterm zone="GConf gconf-merge-tree">
184 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="gconftool-2">
190 <term><command>gconftool-2</command></term>
191 <listitem>
192 <para>
193 is a command line tool used for manipulating the
194 <application>GConf</application> database.
195 </para>
196 <indexterm zone="GConf gconftool-2">
197 <primary sortas="b-gconftool-2">gconftool-2</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="gsettings-data-convert">
203 <term><command>gsettings-data-convert</command></term>
204 <listitem>
205 <para>
206 reads values out of the users <application>GConf</application>
207 database and stores them in GSettings.
208 </para>
209 <indexterm zone="GConf gsettings-data-convert">
210 <primary sortas="b-gsettings-data-convert">gsettings-data-convert</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="gsettings-schemas-convert">
216 <term><command>gsettings-schemas-convert</command></term>
217 <listitem>
218 <para>
219 converts between <application>GConf</application> and GSettings
220 schema file formats.
221 </para>
222 <indexterm zone="GConf gsettings-schemas-convert">
223 <primary sortas="b-gsettings-schemas-convert">gsettings-schemas-convert</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="libgconf-2">
229 <term><filename class="libraryfile">libgconf-2.so</filename></term>
230 <listitem>
231 <para>
232 provides the functions necessary to maintain the
233 configuration database.
234 </para>
235 <indexterm zone="GConf libgconf-2">
236 <primary sortas="c-libgconf-2">libgconf-2.so</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 </variablelist>
242
243 </sect2>
244
245</sect1>
Note: See TracBrowser for help on using the repository browser.