glfs/gnome/add/gconf-editor.xml
Randy McMurchy a18731b71f Updated the GNOME Add-on packages to reflect the change in the GNOME sysconfdir configuration directory - Commit #1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5635 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-02-03 06:19:11 +00:00

142 lines
4.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gconf-editor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
<!ENTITY gconf-editor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
<!ENTITY gconf-editor-md5sum "ec8b0d4ee2a460ed31f69e4825fb4e17">
<!ENTITY gconf-editor-size "531 KB">
<!ENTITY gconf-editor-buildsize "7.6 MB">
<!ENTITY gconf-editor-time "0.1 SBU">
]>
<sect1 id="gconf-editor" xreflabel="GConf Editor-&gconf-editor-version;">
<?dbhtml filename="gconf-editor.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<keywordset>
<keyword role="package">gconf-editor-&gconf-editor-version;.tar</keyword>
<keyword role="ftpdir">gconf-editor</keyword>
</keywordset>
</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>
<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="libgnomeui"/></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>
<para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
<application>GConf</application> schema files in
<filename class='directory'>&gnome-etc-dir;/gconf/schemas</filename> instead of
<filename class='directory'>$GNOME_PREFIX/etc/gconf/schemas</filename>.</para>
<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
<application>ScrollKeeper</application> files in
<filename class='directory'>/var/lib/scrollkeeper</filename> instead of
<filename class='directory'>$GNOME_PREFIX/var/scrollkeeper</filename>.</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>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gconf-editor,
&gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gconf-editor,
$GNOME_PREFIX/share/gnome/help/gconf-editor,
$GNOME_PREFIX/share/omf/gconf-editor, and
$GNOME_PREFIX/share/pixmaps/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>