source: gnome/core/gconf.xml@ 2999791

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 2999791 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
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[9408066]7 <!ENTITY GConf-download-http
[7bdbf35]8 "&gnome-download-http;/GConf/3.2/GConf-&GConf-version;.tar.xz">
[9408066]9 <!ENTITY GConf-download-ftp
[7bdbf35]10 "&gnome-download-ftp;/GConf/3.2/GConf-&GConf-version;.tar.xz">
[9408066]11 <!ENTITY GConf-md5sum "1b803eb4f8576c572d072692cf40c9d8">
[414007c]12 <!ENTITY GConf-size "1.5 MB">
[9408066]13 <!ENTITY GConf-buildsize "42 MB">
[414007c]14 <!ENTITY GConf-time "0.3 SBU">
[fdca4266]15]>
16
[7e3feff]17<sect1 id="GConf" xreflabel="GConf-&GConf-version;">
[6372fb8]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
[7ded7e3]34 <para>
35 The <application>GConf</application> package contains a
36 configuration database system used by many
37 <application>GNOME</application> applications.
38 </para>
[6372fb8]39
[7bdbf35]40 &lfs70_checked;
[a10f4a7]41
[6372fb8]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[7ded7e3]45 <para>
46 Download (HTTP): <ulink url="&GConf-download-http;"/>
47 </para>
[6372fb8]48 </listitem>
49 <listitem>
[7ded7e3]50 <para>
51 Download (FTP): <ulink url="&GConf-download-ftp;"/>
52 </para>
[6372fb8]53 </listitem>
54 <listitem>
[7ded7e3]55 <para>
56 Download MD5 sum: &GConf-md5sum;
57 </para>
[6372fb8]58 </listitem>
59 <listitem>
[7ded7e3]60 <para>
61 Download size: &GConf-size;
62 </para>
[6372fb8]63 </listitem>
64 <listitem>
[7ded7e3]65 <para>
66 Estimated disk space required: &GConf-buildsize;
67 </para>
[6372fb8]68 </listitem>
69 <listitem>
[7ded7e3]70 <para>
71 Estimated build time: &GConf-time;
72 </para>
[6372fb8]73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GConf Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
[7bdbf35]79 <para role="required">
80 <xref linkend="dbus-glib"/>,
81 <xref linkend="intltool"/> and
82 <xref linkend="libxml2"/>
83 </para>
84
[4c2be438]85 <bridgehead renderas="sect4">Recommended</bridgehead>
[7bdbf35]86 <para role="recommended">
87 <xref linkend="gobject-introspection"/>,
88 <xref linkend="gtk3"/> and
89 <xref linkend="polkit"/>
90 </para>
[6372fb8]91
92 <bridgehead renderas="sect4">Optional</bridgehead>
[7bdbf35]93 <para role="optional">
94 <xref linkend="gtk-doc"/> and
95 <xref linkend="openldap"/>
96 </para>
[6372fb8]97
[0a7c3921]98 <para condition="html" role="usernotes">User Notes:
[7ded7e3]99 <ulink url="&blfs-wiki;/gconf"/>
100 </para>
[6372fb8]101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of GConf</title>
105
[7ded7e3]106 <para>
107 Install <application>GConf</application> by running the following
108 commands:
109 </para>
[6372fb8]110
[7bdbf35]111<screen><userinput>./configure --prefix=/usr \
112 --sysconfdir=/etc \
113 --libexecdir=/usr/lib/GConf \
[9408066]114 --disable-orbit \
115 --disable-static &amp;&amp;
[6372fb8]116make</userinput></screen>
[67579968]117
[7ded7e3]118 <para>
119 This package does not come with a test suite.
120 </para>
[67579968]121
[7ded7e3]122 <para>
123 Now, as the <systemitem class="username">root</systemitem>
124 user:
125 </para>
[67579968]126
[1b46c878]127<screen role="root"><userinput>make install &amp;&amp;
[7bdbf35]128install -v -m755 -d /etc/gconf/gconf.xml.system</userinput></screen>
[2a427ac]129
[6372fb8]130 </sect2>
[fdca4266]131
[6372fb8]132 <sect2 role="commands">
133 <title>Command Explanations</title>
[fdca4266]134
[7ded7e3]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>
[414007c]141
[7ded7e3]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>
[414007c]147
[7bdbf35]148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]149 href="../../xincludes/static-libraries.xml"/>
[551b9389]150
[e05cd03f]151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]152 href="../../xincludes/gtk-doc-rebuild.xml"/>
[227a40a5]153
[7ded7e3]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>
[f4144b15]160
[6372fb8]161 </sect2>
[fdca4266]162
[6372fb8]163 <sect2 role="content">
164 <title>Contents</title>
[fdca4266]165
[6372fb8]166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
[d272fb31]168 <segtitle>Installed Libraries</segtitle>
[293abe4]169 <segtitle>Installed Directories</segtitle>
[fdca4266]170
[6372fb8]171 <seglistitem>
[7bdbf35]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>
[7ded7e3]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
[7bdbf35]186 </seg>
[6372fb8]187 </seglistitem>
188 </segmentedlist>
[fdca4266]189
[6372fb8]190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
[fdca4266]194
[fd924b1c]195 <varlistentry id="gconf-merge-tree">
196 <term><command>gconf-merge-tree</command></term>
197 <listitem>
[7ded7e3]198 <para>
199 merges an XML filesystem hierarchy.
200 </para>
[fd924b1c]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>
[7ded7e3]210 <para>
211 is a command line tool used for manipulating the
212 <application>GConf</application> database.
213 </para>
[fd924b1c]214 <indexterm zone="GConf gconftool-2">
215 <primary sortas="b-gconftool-2">gconftool-2</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
[414007c]220 <varlistentry id="gsettings-data-convert">
221 <term><command>gsettings-data-convert</command></term>
222 <listitem>
[7ded7e3]223 <para>
224 reads values out of the users <application>GConf</application>
225 database and stores them in GSettings.
226 </para>
[414007c]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
[7bdbf35]233 <varlistentry id="gsettings-schemas-convert">
234 <term><command>gsettings-schemas-convert</command></term>
235 <listitem>
[7ded7e3]236 <para>
237 converts between <application>GConf</application> and GSettings
238 schema file formats.
239 </para>
[7bdbf35]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
[6372fb8]246 <varlistentry id="libgconf-2">
[7bdbf35]247 <term><filename class='libraryfile'>libgconf-2.so</filename></term>
[6372fb8]248 <listitem>
[7ded7e3]249 <para>
250 provides the functions necessary to maintain the
251 configuration database.
252 </para>
[6372fb8]253 <indexterm zone="GConf libgconf-2">
[7bdbf35]254 <primary sortas="c-libgconf-2">libgconf-2.so</primary>
[6372fb8]255 </indexterm>
256 </listitem>
257 </varlistentry>
[fdca4266]258
[6372fb8]259 </variablelist>
[7e3feff]260
[6372fb8]261 </sect2>
[7e3feff]262
[6372fb8]263</sect1>
Note: See TracBrowser for help on using the repository browser.