source: gnome/core/gconf.xml@ f4144b15

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

address part of ticket 3210

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

  • Property mode set to 100644
File size: 10.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/2.28/GConf-&GConf-version;.tar.bz2">
8 <!ENTITY GConf-download-ftp "&gnome-download-ftp;/GConf/2.28/GConf-&GConf-version;.tar.bz2">
9 <!ENTITY GConf-md5sum "27663faf0af4f6a6d534de9270f6d24a">
10 <!ENTITY GConf-size "1.4 MB">
11 <!ENTITY GConf-buildsize "41 MB">
12 <!ENTITY GConf-time "0.5 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>The <application>GConf</application> package contains a
33 configuration database system.</para>
34
35 &lfs65_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&GConf-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&GConf-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &GConf-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &GConf-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &GConf-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &GConf-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing="compact">
61 <listitem>
62 <para>Required patch: <ulink
63 url="&patch-root;/GConf-&GConf-version;-sysconfdir-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">GConf Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="ORBit2"/> and
71 <xref linkend="polkit"/></para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended"><xref linkend="gtk2"/> (Required if building a
75 <application>GNOME</application> desktop.
76 <command>gconf-sanity-check-2</command> will not build otherwise.)</para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional"><xref linkend="openldap"/> and
80 <xref linkend="gtk-doc"/></para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/gconf"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of GConf</title>
89
90 <para>Install <application>GConf</application> by running the following
91 commands:</para>
92
93<screen><userinput>patch -Np1 -i ../GConf-&GConf-version;-sysconfdir-1.patch &amp;&amp;
94./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
95 --sysconfdir=&gnome-etc-dir; \
96 --libexecdir=$(pkg-config \
97 --variable=prefix ORBit-2.0)/lib/GConf \
98 --mandir=$(pkg-config \
99 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
100make</userinput></screen>
101
102 <para>This package does not come with a test suite.</para>
103
104 <para>Now, as the <systemitem class="username">root</systemitem>
105 user:</para>
106
107<screen role="root"><userinput>make install &amp;&amp;
108install -v -m755 -d &gnome-etc-dir;/gconf/gconf.xml.system</userinput></screen>
109
110 <para>Still as the <systemitem class="username">root</systemitem> user,
111 configure <application>D-Bus</application> so that it can search for
112 <application>GNOME</application> installed
113 <filename class='extension'>.conf</filename> files (This is assuming
114 that <filename>/etc/dbus-1/system-local.conf</filename> does not exist yet.
115 If it does, then you will need to merge in the changes). If
116 <envar>$GNOME_PREFIX</envar> is not
117 <filename class='directory'>/usr</filename>, you should uncomment the
118 <quote>servicedir</quote> line:</para>
119
120<screen role="root"><userinput>cat &gt; /etc/dbus-1/system-local.conf &lt;&lt; "EOF"
121<literal>&lt;!DOCTYPE busconfig PUBLIC
122 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
123 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"&gt;
124&lt;busconfig&gt;
125
126 &lt;!-- Search for .conf files in &gnome-etc-dir;/dbus-1/system.d --&gt;
127 &lt;includedir&gt;&gnome-etc-dir;/dbus-1/system.d&lt;/includedir&gt;
128
129 &lt;!-- Search for .service files in $GNOME_PREFIX/share/dbus-1/system-services --&gt;
130 &lt;!-- &lt;servicedir&gt;$GNOME_PREFIX/share/dbus-1/system-services&lt;/servicedir&gt; --&gt;
131
132&lt;/busconfig&gt;
133EOF</literal>
134</userinput></screen>
135
136 <para>If <envar>$GNOME_PREFIX</envar> is not
137 <filename class='directory'>/usr</filename>, you also need to configure
138 <application>D-Bus</application> so that it can search for
139 <application>GNOME</application> installed <quote>session</quote>
140 <filename class='extension'>.service</filename> files (This is assuming
141 that <filename>/etc/dbus-1/session-local.conf</filename> does not exist
142 yet. If it does, then you will need to merge in the changes). Additionally,
143 if <application>polkit</application> is installed, create a symbolic link
144 in <filename class='directory'>/usr/share/polkit-1/actions</filename> to
145 the <quote>action</quote> file installed by
146 <application>GConf</application>. Issue the following commands as the
147 <systemitem class="username">root</systemitem> user:</para>
148
149<screen role="root"><userinput>cat &gt; /etc/dbus-1/session-local.conf &lt;&lt; "EOF"
150<literal>&lt;!DOCTYPE busconfig PUBLIC
151 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
152 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"&gt;
153&lt;busconfig&gt;
154
155 &lt;!-- Search for .service files in $GNOME_PREFIX/share/dbus-1/session-services --&gt;
156 &lt;servicedir&gt;$GNOME_PREFIX/share/dbus-1/session-services&lt;/servicedir&gt;
157
158&lt;/busconfig&gt;
159EOF</literal>
160
161ln -s -v <envar>$GNOME_PREFIX</envar>/share/polkit-1/actions/org.gnome.gconf.defaults.policy \
162 /usr/share/polkit-1/actions
163</userinput></screen>
164
165 </sect2>
166
167 <sect2 role="commands">
168 <title>Command Explanations</title>
169
170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="../../xincludes/gnome-prefix.xml"/>
172
173 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This parameter
174 causes the <application>GConf-2</application> configuration database to be
175 built in <filename class="directory">&gnome-etc-dir;</filename> instead of
176 <filename class="directory">$GNOME_PREFIX/etc</filename>. This installation
177 controls all future installations of <application>GConf-2</application>
178 schemas. If you change the location (which includes eliminating this
179 parameter), it <emphasis role='strong'>must</emphasis> be consistent for
180 every subsequent package installation that updates the
181 <application>GConf-2</application> configuration database.</para>
182
183 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
184 ORBit-2.0)/lib/GConf</parameter>: This parameter causes the libexec files
185 to be installed in the preferred location of
186 <filename class="directory">$GNOME_PREFIX/lib/GConf</filename> instead of
187 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
188
189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="../../xincludes/gnome-mandir.xml"/>
191
192 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
193 href="../../xincludes/gtk-doc-rebuild.xml"/>
194
195 <para><command>install -v -m755 -d
196 &gnome-etc-dir;/gconf/gconf.xml.system</command>: Creates a missing
197 directory. Without this directory, <command>gconf-sanity-check-2</command>
198 will fail during <application>GDM</application> startup and login.</para>
199
200 </sect2>
201
202 <sect2 role="content">
203 <title>Contents</title>
204
205 <segmentedlist>
206 <segtitle>Installed Programs</segtitle>
207 <segtitle>Installed Libraries</segtitle>
208 <segtitle>Installed Directories</segtitle>
209
210 <seglistitem>
211 <seg>gconf-merge-tree, gconftool-2, gconf-defaults-mechanism,
212 gconf-sanity-check-2, and gconfd-2</seg>
213 <seg>libgconf-2.{so,a}, libgconfbackend-xml.{so,a}, and
214 libgconfbackend-oldxml.{so,a}</seg>
215 <seg>&gnome-etc-dir;/gconf/{2,gconf.xml.defaults,gconf.xml.mandatory,
216 gconf.xml.system}, <envar>$GNOME_PREFIX</envar>/{include/gconf/2/gconf,
217 lib/GConf/2,share/{gtk-doc/html/gconf,sgml/gconf}}</seg>
218 </seglistitem>
219 </segmentedlist>
220
221 <variablelist>
222 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
223 <?dbfo list-presentation="list"?>
224 <?dbhtml list-presentation="table"?>
225
226 <varlistentry id="gconf-merge-tree">
227 <term><command>gconf-merge-tree</command></term>
228 <listitem>
229 <para>merges an xml filesystem hierarchy.</para>
230 <indexterm zone="GConf gconf-merge-tree">
231 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="gconftool-2">
237 <term><command>gconftool-2</command></term>
238 <listitem>
239 <para>is a command line tool for manipulating the
240 <application>GConf</application> database.</para>
241 <indexterm zone="GConf gconftool-2">
242 <primary sortas="b-gconftool-2">gconftool-2</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="libgconf-2">
248 <term><filename class='libraryfile'>libgconf-2.{so,a}</filename></term>
249 <listitem>
250 <para>provide the functions necessary to maintain the
251 configuration database.</para>
252 <indexterm zone="GConf libgconf-2">
253 <primary sortas="c-libgconf-2">libgconf-2.{so,a}</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 </variablelist>
259
260 </sect2>
261
262</sect1>
Note: See TracBrowser for help on using the repository browser.