glfs/archive/gnome-obsolete/gconf-editor.xml
Krejzi 99b3ac418c Rename archive/obsolete to archive/gnome-obsolete
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10574 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-08-25 12:46:42 +00:00

149 lines
4.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gconf-editor-download-http "&gnome-download-http;/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
<!ENTITY gconf-editor-download-ftp "&gnome-download-ftp;/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
<!ENTITY gconf-editor-md5sum "2a941e3c64843be69190f38891470580">
<!ENTITY gconf-editor-size "1.3 MB">
<!ENTITY gconf-editor-buildsize "13 MB">
<!ENTITY gconf-editor-time "0.2 SBU">
]>
<sect1 id="gconf-editor" xreflabel="GConf Editor-&gconf-editor-version;">
<?dbhtml filename="gconf-editor.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>GConf Editor-&gconf-editor-version;</title>
<indexterm zone="gconf-editor">
<primary sortas="a-GConf-Editor">GConf Editor</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GConf Editor</title>
<para>The <application>GConf Editor</application> package contains a
GUI editor for the <application>GConf</application> configuration
database.</para>
&lfs65_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gconf-editor-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gconf-editor-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gconf-editor-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gconf-editor-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gconf-editor-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gconf-editor-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GConf Editor Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="GConf"/>,
<xref linkend="gnome-doc-utils"/>,
<xref linkend="gtk2"/>, and
<xref linkend="which"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="rarian"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gconf-editor"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of GConf Editor</title>
<para>Install <application>GConf Editor</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/scrollkeeper-dir.xml"/>
<para><option>--disable-scrollkeeper</option>: Use this parameter if you
wish to disable the updates to the scrollkeeper database.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gconf-editor</seg>
<seg>None</seg>
<seg><envar>$GNOME_PREFIX</envar>/share/{gconf-editor/icons/hicolor/16x16/status,
gnome/help/gconf-editor/*,omf/gconf-editor}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gconf-editor-prog">
<term><command>gconf-editor</command></term>
<listitem>
<para>allows direct modification of the
<application>GConf</application> configuration database.</para>
<indexterm zone="gconf-editor gconf-editor-prog">
<primary sortas="b-gconf-editor">gconf-editor</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>