source: gnome/core/gconf.xml@ 414007c

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 414007c was 414007c, checked in by Ken Moffat <ken@…>, 12 years ago

Merge Wayne's GConf and trial new wording for getting rid of static libs.

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

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