source: gnome/core/gconf.xml@ 3e0793c1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3e0793c1 was 1bc4ab8f, checked in by Wayne Blaszczyk <wblaszcz@…>, 15 years ago

Updated to Metacity-2.26.0

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

  • Property mode set to 100644
File size: 7.7 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.bz2">
8 <!ENTITY GConf-download-ftp "&gnome-download-ftp;/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
9 <!ENTITY GConf-md5sum "8b55d58dab13e821e048627aa4f92b8b">
10 <!ENTITY GConf-size "1.4 MB">
11 <!ENTITY GConf-buildsize "38 MB">
12 <!ENTITY GConf-time "0.4 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 <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
57 <bridgehead renderas="sect3">GConf Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="ORBit2"/>,
61 <xref linkend="libxml2"/>, and
62 <xref linkend="policykit"/></para>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para role="recommended"><xref linkend="gtk2"/> (Required if building
66 <application>GNOME</application>. Without this,
67 <command>gconf-sanity-check-2</command> will not be built.
68 <command>gconf-sanity-check-2</command> is required for building
69 <application>GNOME Session</application>.)</para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="openldap"/>,
73 <xref linkend="intltool"/>, and
74 <xref linkend="gtk-doc"/></para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/gconf"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of GConf</title>
83
84 <para>Install <application>GConf</application> by running the following
85 commands:</para>
86
87<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
88 --sysconfdir=&gnome-etc-dir; \
89 --libexecdir=$(pkg-config \
90 --variable=prefix ORBit-2.0)/lib/GConf \
91 --mandir=$(pkg-config \
92 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem>
98 user:</para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 <para>Still as the <systemitem class="username">root</systemitem> user,
103 configure <application>D-Bus</application> so that it can search for
104 <application>GNOME</application> installed .conf files (This is assuming
105 that system-local.conf does not exist yet. If it does, then you will need
106 to merge in the changes):</para>
107
108<screen role="root"><userinput>cat &gt; /etc/dbus-1/system-local.conf &lt;&lt; "EOF"
109<literal>&lt;!DOCTYPE busconfig PUBLIC
110 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
111 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"&gt;
112&lt;busconfig&gt;
113
114 &lt;!-- Search for .conf files in &gnome-etc-dir;/dbus-1/system.d --&gt;
115 &lt;includedir&gt;&gnome-etc-dir;/dbus-1/system.d&lt;/includedir&gt;
116
117&lt;/busconfig&gt;
118EOF</literal>
119</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
127 href="../../xincludes/gnome-prefix.xml"/>
128
129 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This parameter
130 causes the <application>GConf-2</application> configuration database to be
131 built in <filename class="directory">&gnome-etc-dir;</filename> instead of
132 <filename class="directory">$GNOME_PREFIX/etc</filename>. This installation
133 controls all future installations of <application>GConf-2</application>
134 schemas. If you change the location (which includes eliminating this
135 parameter), it <emphasis role='strong'>must</emphasis> be consistent for
136 every subsequent package installation that updates the
137 <application>GConf-2</application> configuration database.</para>
138
139 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
140 ORBit-2.0)/lib/GConf</parameter>: This parameter causes the libexec files
141 to be installed in the preferred location of
142 <filename class="directory">$GNOME_PREFIX/lib/GConf</filename> instead of
143 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
144
145 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
146 href="../../xincludes/gnome-mandir.xml"/>
147
148 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
149 href="../../xincludes/gtk-doc-rebuild.xml"/>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>gconf-merge-tree, gconftool-2, gconf-defaults-mechanism,
163 gconf-sanity-check-2, and gconfd-2</seg>
164 <seg>libgconf-2.{so,a}, libgconfbackend-xml.{so,a}, and
165 libgconfbackend-oldxml.{so,a}</seg>
166 <seg>&gnome-etc-dir;/gconf{gconf.xml.defaults,2,gconf.xml.mandatory} and
167 <envar>$GNOME_PREFIX</envar>/{lib/GConf/2,share/sgml/gconf,
168 share/gtk-doc/html/gconf,include/gconf/2/gconf}</seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="gconf-merge-tree">
178 <term><command>gconf-merge-tree</command></term>
179 <listitem>
180 <para>merges an xml filesystem hierarchy.</para>
181 <indexterm zone="GConf gconf-merge-tree">
182 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="gconftool-2">
188 <term><command>gconftool-2</command></term>
189 <listitem>
190 <para>is a command line tool for manipulating the
191 <application>GConf</application> database.</para>
192 <indexterm zone="GConf gconftool-2">
193 <primary sortas="b-gconftool-2">gconftool-2</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="libgconf-2">
199 <term><filename class='libraryfile'>libgconf-2.{so,a}</filename></term>
200 <listitem>
201 <para>provide the functions necessary to maintain the
202 configuration database.</para>
203 <indexterm zone="GConf libgconf-2">
204 <primary sortas="c-libgconf-2">libgconf-2.{so,a}</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.