source: gnome/core/gconf.xml@ 1f88c302

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 1f88c302 was 1f88c302, checked in by Wayne Blaszczyk <wblaszcz@…>, 15 years ago

Updated to GConf-2.28.0

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

  • Property mode set to 100644
File size: 8.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
[2a427ac]7 <!ENTITY GConf-download-http "&gnome-download-http;/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
8 <!ENTITY GConf-download-ftp "&gnome-download-ftp;/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
[1f88c302]9 <!ENTITY GConf-md5sum "ad2aeb9c7d906b274954c51a615caeac">
[2a427ac]10 <!ENTITY GConf-size "1.4 MB">
[1f88c302]11 <!ENTITY GConf-buildsize "39 MB">
12 <!ENTITY GConf-time "0.3 SBU">
[fdca4266]13]>
14
[7e3feff]15<sect1 id="GConf" xreflabel="GConf-&GConf-version;">
[6372fb8]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>The <application>GConf</application> package contains a
33 configuration database system.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&GConf-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&GConf-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &GConf-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &GConf-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &GConf-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &GConf-time;</para>
54 </listitem>
55 </itemizedlist>
56
[1b46c878]57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing="compact">
59 <listitem>
60 <para>Required patch: <ulink
[1f88c302]61 url="&patch-root;/GConf-2.26.2-sysconfdir-1.patch"/></para>
[1b46c878]62 </listitem>
63 </itemizedlist>
64
[6372fb8]65 <bridgehead renderas="sect3">GConf Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
[1f88c302]68 <para role="required"><xref linkend="ORBit2"/> and
69 <xref linkend="polkit"/></para>
[2a427ac]70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
[d272fb31]72 <para role="recommended"><xref linkend="gtk2"/> (Required if building
73 <application>GNOME</application>. Without this,
74 <command>gconf-sanity-check-2</command> will not be built.
75 <command>gconf-sanity-check-2</command> is required for building
76 <application>GNOME Session</application>.)</para>
[6372fb8]77
78 <bridgehead renderas="sect4">Optional</bridgehead>
[2a427ac]79 <para role="optional"><xref linkend="openldap"/>,
[65ed5cb]80 <xref linkend="intltool"/>, and
81 <xref linkend="gtk-doc"/></para>
[6372fb8]82
[0a7c3921]83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/gconf"/></para>
85
[6372fb8]86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of GConf</title>
90
91 <para>Install <application>GConf</application> by running the following
92 commands:</para>
93
[1f88c302]94<screen><userinput><!--patch -Np1 -i ../GConf-&GConf-version;-sysconfdir-1.patch &amp;&amp;-->
95patch -Np1 -i ../GConf-2.26.2-sysconfdir-1.patch &amp;&amp;
[1b46c878]96./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[a6bee1f]97 --sysconfdir=&gnome-etc-dir; \
98 --libexecdir=$(pkg-config \
99 --variable=prefix ORBit-2.0)/lib/GConf \
100 --mandir=$(pkg-config \
101 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
[6372fb8]102make</userinput></screen>
[67579968]103
[6372fb8]104 <para>This package does not come with a test suite.</para>
[67579968]105
[fd924b1c]106 <para>Now, as the <systemitem class="username">root</systemitem>
107 user:</para>
[67579968]108
[1b46c878]109<screen role="root"><userinput>make install &amp;&amp;
110install -v -m755 -d &gnome-etc-dir;/gconf/gconf.xml.system</userinput></screen>
[fdca4266]111
[2a427ac]112 <para>Still as the <systemitem class="username">root</systemitem> user,
113 configure <application>D-Bus</application> so that it can search for
114 <application>GNOME</application> installed .conf files (This is assuming
115 that system-local.conf does not exist yet. If it does, then you will need
116 to merge in the changes):</para>
117
118<screen role="root"><userinput>cat &gt; /etc/dbus-1/system-local.conf &lt;&lt; "EOF"
119<literal>&lt;!DOCTYPE busconfig PUBLIC
120 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
121 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"&gt;
122&lt;busconfig&gt;
123
[1bc4ab8f]124 &lt;!-- Search for .conf files in &gnome-etc-dir;/dbus-1/system.d --&gt;
125 &lt;includedir&gt;&gnome-etc-dir;/dbus-1/system.d&lt;/includedir&gt;
[2a427ac]126
127&lt;/busconfig&gt;
128EOF</literal>
129</userinput></screen>
130
[6372fb8]131 </sect2>
[fdca4266]132
[6372fb8]133 <sect2 role="commands">
134 <title>Command Explanations</title>
[fdca4266]135
[551b9389]136 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]137 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]138
139 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This parameter
140 causes the <application>GConf-2</application> configuration database to be
141 built in <filename class="directory">&gnome-etc-dir;</filename> instead of
142 <filename class="directory">$GNOME_PREFIX/etc</filename>. This installation
143 controls all future installations of <application>GConf-2</application>
144 schemas. If you change the location (which includes eliminating this
145 parameter), it <emphasis role='strong'>must</emphasis> be consistent for
146 every subsequent package installation that updates the
147 <application>GConf-2</application> configuration database.</para>
148
[a6bee1f]149 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
[551b9389]150 ORBit-2.0)/lib/GConf</parameter>: This parameter causes the libexec files
151 to be installed in the preferred location of
[fd924b1c]152 <filename class="directory">$GNOME_PREFIX/lib/GConf</filename> instead of
[6372fb8]153 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[fdca4266]154
[551b9389]155 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]156 href="../../xincludes/gnome-mandir.xml"/>
[551b9389]157
158 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
159 href="../../xincludes/gtk-doc-rebuild.xml"/>
[227a40a5]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>
[d272fb31]172 <seg>gconf-merge-tree, gconftool-2, gconf-defaults-mechanism,
173 gconf-sanity-check-2, and gconfd-2</seg>
174 <seg>libgconf-2.{so,a}, libgconfbackend-xml.{so,a}, and
175 libgconfbackend-oldxml.{so,a}</seg>
[2a427ac]176 <seg>&gnome-etc-dir;/gconf{gconf.xml.defaults,2,gconf.xml.mandatory} and
[d272fb31]177 <envar>$GNOME_PREFIX</envar>/{lib/GConf/2,share/sgml/gconf,
178 share/gtk-doc/html/gconf,include/gconf/2/gconf}</seg>
[6372fb8]179 </seglistitem>
180 </segmentedlist>
[fdca4266]181
[6372fb8]182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
[fdca4266]186
[fd924b1c]187 <varlistentry id="gconf-merge-tree">
188 <term><command>gconf-merge-tree</command></term>
189 <listitem>
190 <para>merges an xml filesystem hierarchy.</para>
191 <indexterm zone="GConf gconf-merge-tree">
192 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="gconftool-2">
198 <term><command>gconftool-2</command></term>
199 <listitem>
200 <para>is a command line tool for manipulating the
201 <application>GConf</application> database.</para>
202 <indexterm zone="GConf gconftool-2">
203 <primary sortas="b-gconftool-2">gconftool-2</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
[6372fb8]208 <varlistentry id="libgconf-2">
[0a7c3921]209 <term><filename class='libraryfile'>libgconf-2.{so,a}</filename></term>
[6372fb8]210 <listitem>
211 <para>provide the functions necessary to maintain the
212 configuration database.</para>
213 <indexterm zone="GConf libgconf-2">
[0a7c3921]214 <primary sortas="c-libgconf-2">libgconf-2.{so,a}</primary>
[6372fb8]215 </indexterm>
216 </listitem>
217 </varlistentry>
[fdca4266]218
[6372fb8]219 </variablelist>
[7e3feff]220
[6372fb8]221 </sect2>
[7e3feff]222
[6372fb8]223</sect1>
Note: See TracBrowser for help on using the repository browser.