source: archive/gnome-obsolete/gconf-editor.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.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-editor-download-http "&gnome-download-http;/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
8 <!ENTITY gconf-editor-download-ftp "&gnome-download-ftp;/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
9 <!ENTITY gconf-editor-md5sum "2a941e3c64843be69190f38891470580">
10 <!ENTITY gconf-editor-size "1.3 MB">
11 <!ENTITY gconf-editor-buildsize "13 MB">
12 <!ENTITY gconf-editor-time "0.2 SBU">
13]>
14
15<sect1 id="gconf-editor" xreflabel="GConf Editor-&gconf-editor-version;">
16 <?dbhtml filename="gconf-editor.html"?>
17
18
19 <title>GConf Editor-&gconf-editor-version;</title>
20
21 <indexterm zone="gconf-editor">
22 <primary sortas="a-GConf-Editor">GConf Editor</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GConf Editor</title>
27
28 <para>The <application>GConf Editor</application> package contains a
29 GUI editor for the <application>GConf</application> configuration
30 database.</para>
31
32 &lfs65_built;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>Download (HTTP): <ulink url="&gconf-editor-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&gconf-editor-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &gconf-editor-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &gconf-editor-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &gconf-editor-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &gconf-editor-time;</para>
53 </listitem>
54 </itemizedlist>
55
56 <bridgehead renderas="sect3">GConf Editor Dependencies</bridgehead>
57
58 <bridgehead renderas="sect4">Required</bridgehead>
59 <para role="required"><xref linkend="GConf"/>,
60 <xref linkend="gnome-doc-utils"/>,
61 <xref linkend="gtk2"/>, and
62 <xref linkend="which"/></para>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para role="recommended"><xref linkend="rarian"/></para>
66
67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/gconf-editor"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of GConf Editor</title>
74
75 <para>Install <application>GConf Editor</application> by running the
76 following commands:</para>
77
78<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
79 --sysconfdir=&gnome-etc-dir; \
80 --localstatedir=/var/lib &amp;&amp;
81make</userinput></screen>
82
83 <para>This package does not come with a test suite.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="commands">
92 <title>Command Explanations</title>
93
94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
95 href="../../xincludes/gnome-prefix.xml"/>
96
97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
98 href="../../xincludes/gnome-sysconfdir.xml"/>
99
100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
101 href="../../xincludes/scrollkeeper-dir.xml"/>
102
103 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
104 wish to disable the updates to the scrollkeeper database.</para>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Program</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>gconf-editor</seg>
118 <seg>None</seg>
119 <seg><envar>$GNOME_PREFIX</envar>/share/{gconf-editor/icons/hicolor/16x16/status,
120 gnome/help/gconf-editor/*,omf/gconf-editor}</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="gconf-editor-prog">
130 <term><command>gconf-editor</command></term>
131 <listitem>
132 <para>allows direct modification of the
133 <application>GConf</application> configuration database.</para>
134 <indexterm zone="gconf-editor gconf-editor-prog">
135 <primary sortas="b-gconf-editor">gconf-editor</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.