source: gnome/core/gconf.xml@ 8c668de

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 8c668de 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
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
[4969e20e]40 &lfs72_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;
[6208859]128ln -s gconf.xml.defaults /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>
[6208859]136 <option>--disable-orbit</option>: This switch is required if
[7ded7e3]137 <application>ORBit2</application> is not installed.
138 <application>ORBit2</application> is a deprecated package.
139 </para>
[414007c]140
[7bdbf35]141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]142 href="../../xincludes/static-libraries.xml"/>
[551b9389]143
[e05cd03f]144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]145 href="../../xincludes/gtk-doc-rebuild.xml"/>
[227a40a5]146
[6372fb8]147 </sect2>
[fdca4266]148
[6372fb8]149 <sect2 role="content">
150 <title>Contents</title>
[fdca4266]151
[6372fb8]152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
[d272fb31]154 <segtitle>Installed Libraries</segtitle>
[293abe4]155 <segtitle>Installed Directories</segtitle>
[fdca4266]156
[6372fb8]157 <seglistitem>
[7bdbf35]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>
[7ded7e3]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
[7bdbf35]172 </seg>
[6372fb8]173 </seglistitem>
174 </segmentedlist>
[fdca4266]175
[6372fb8]176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
[fdca4266]180
[fd924b1c]181 <varlistentry id="gconf-merge-tree">
182 <term><command>gconf-merge-tree</command></term>
183 <listitem>
[7ded7e3]184 <para>
185 merges an XML filesystem hierarchy.
186 </para>
[fd924b1c]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>
[7ded7e3]196 <para>
197 is a command line tool used for manipulating the
198 <application>GConf</application> database.
199 </para>
[fd924b1c]200 <indexterm zone="GConf gconftool-2">
201 <primary sortas="b-gconftool-2">gconftool-2</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
[414007c]206 <varlistentry id="gsettings-data-convert">
207 <term><command>gsettings-data-convert</command></term>
208 <listitem>
[7ded7e3]209 <para>
210 reads values out of the users <application>GConf</application>
211 database and stores them in GSettings.
212 </para>
[414007c]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
[7bdbf35]219 <varlistentry id="gsettings-schemas-convert">
220 <term><command>gsettings-schemas-convert</command></term>
221 <listitem>
[7ded7e3]222 <para>
223 converts between <application>GConf</application> and GSettings
224 schema file formats.
225 </para>
[7bdbf35]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
[6372fb8]232 <varlistentry id="libgconf-2">
[7bdbf35]233 <term><filename class='libraryfile'>libgconf-2.so</filename></term>
[6372fb8]234 <listitem>
[7ded7e3]235 <para>
236 provides the functions necessary to maintain the
237 configuration database.
238 </para>
[6372fb8]239 <indexterm zone="GConf libgconf-2">
[7bdbf35]240 <primary sortas="c-libgconf-2">libgconf-2.so</primary>
[6372fb8]241 </indexterm>
242 </listitem>
243 </varlistentry>
[fdca4266]244
[6372fb8]245 </variablelist>
[7e3feff]246
[6372fb8]247 </sect2>
[7e3feff]248
[6372fb8]249</sect1>
Note: See TracBrowser for help on using the repository browser.