source: gnome/platform/gconf.xml@ 04f0df3e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 04f0df3e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 7.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/3.2/GConf-&GConf-version;.tar.xz">
8 <!ENTITY GConf-download-ftp "&gnome-download-ftp;/GConf/3.2/GConf-&GConf-version;.tar.xz">
9 <!ENTITY GConf-md5sum "2b16996d0e4b112856ee5c59130e822c">
10 <!ENTITY GConf-size "1.5 MB">
11 <!ENTITY GConf-buildsize "45 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 <date>$Date$</date>
20 </sect1info>
21
22 <title>GConf-&GConf-version;</title>
23
24 <indexterm zone="GConf">
25 <primary sortas="a-GConf">GConf</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to GConf</title>
30
31 <para>
32 The <application>GConf</application> package contains a
33 configuration database system used by many
34 <application>GNOME</application> applications.
35 </para>
36
37 &lfs101_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&GConf-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&GConf-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &GConf-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &GConf-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &GConf-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &GConf-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">GConf Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="dbus-glib"/> and
78 <xref linkend="libxml2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gobject-introspection"/>,
84 <xref linkend="gtk3"/> and
85 <xref linkend="polkit"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <!--<xref linkend="gtk-doc"/> and -->
91 <xref linkend="openldap"/>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/gconf"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of GConf</title>
101
102 <para>
103 Install <application>GConf</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr \
108 --sysconfdir=/etc \
109 --disable-orbit \
110 --disable-static &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem>
119 user:
120 </para>
121
122<screen role="root"><userinput>make install &amp;&amp;
123ln -s gconf.xml.defaults /etc/gconf/gconf.xml.system</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <parameter>--disable-orbit</parameter>: This switch is required if
132 <application>ORBit2</application> is not installed.
133 <application>ORBit2</application> is a deprecated package.
134 </para>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/static-libraries.xml"/>
138 <!-- gtk-doc support is broken due to obsolete command "gtkdoc-mktmpl"
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/gtk-doc-rebuild.xml"/>-->
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 gconf-merge-tree, gconftool-2, gsettings-data-convert and
155 gsettings-schema-convert
156 </seg>
157 <seg>
158 libgconf-2.so and libgsettingsgconfbackend.so (GIO Module installed
159 in <filename class="directory">/usr/lib/gio/modules</filename>)
160 </seg>
161 <seg>
162 /etc/gconf,
163 /usr/include/gconf,
164 /usr/lib/GConf,
165 /usr/share/gtk-doc/html/gconf and
166 /usr/share/sgml/gconf
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="gconf-merge-tree">
177 <term><command>gconf-merge-tree</command></term>
178 <listitem>
179 <para>
180 merges an XML filesystem hierarchy
181 </para>
182 <indexterm zone="GConf gconf-merge-tree">
183 <primary sortas="b-gconf-merge-tree">gconf-merge-tree</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="gconftool-2">
189 <term><command>gconftool-2</command></term>
190 <listitem>
191 <para>
192 is a command line tool used for manipulating the
193 <application>GConf</application> database
194 </para>
195 <indexterm zone="GConf gconftool-2">
196 <primary sortas="b-gconftool-2">gconftool-2</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="gsettings-data-convert">
202 <term><command>gsettings-data-convert</command></term>
203 <listitem>
204 <para>
205 reads values out of the users <application>GConf</application>
206 database and stores them in GSettings
207 </para>
208 <indexterm zone="GConf gsettings-data-convert">
209 <primary sortas="b-gsettings-data-convert">gsettings-data-convert</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="gsettings-schemas-convert">
215 <term><command>gsettings-schemas-convert</command></term>
216 <listitem>
217 <para>
218 converts between <application>GConf</application> and GSettings
219 schema file formats
220 </para>
221 <indexterm zone="GConf gsettings-schemas-convert">
222 <primary sortas="b-gsettings-schemas-convert">gsettings-schemas-convert</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="libgconf-2">
228 <term><filename class="libraryfile">libgconf-2.so</filename></term>
229 <listitem>
230 <para>
231 provides the functions necessary to maintain the
232 configuration database
233 </para>
234 <indexterm zone="GConf libgconf-2">
235 <primary sortas="c-libgconf-2">libgconf-2.so</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 </variablelist>
241
242 </sect2>
243
244</sect1>
Note: See TracBrowser for help on using the repository browser.