mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
9d2dc4e2f5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2324 af4574ff-66df-0310-9fd7-8a98e5e911e0
76 lines
2.5 KiB
XML
76 lines
2.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gconf-editor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.6/gconf-editor-&gconf-editor-version;.tar.bz2">
|
|
<!ENTITY gconf-editor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.6/gconf-editor-&gconf-editor-version;.tar.bz2">
|
|
<!ENTITY gconf-editor-size "368 KB">
|
|
<!ENTITY gconf-editor-buildsize "6.2 MB">
|
|
<!ENTITY gconf-editor-time "0.07 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="gconf-editor" xreflabel="GConf Editor-&gconf-editor-version;">
|
|
<?dbhtml filename="gconf-editor.html"?>
|
|
<title>GConf Editor-&gconf-editor-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>GConf Editor</application></title>
|
|
|
|
<para>The <application>GConf Editor</application> package contains a
|
|
<acronym>GUI</acronym> editor for the <application>GConf</application>
|
|
configuration database.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<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 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>
|
|
</sect3>
|
|
|
|
<sect3><title><application>GConf Editor</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="GConf"/></para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>GConf Editor</application></title>
|
|
|
|
<para>Install <application>GConf Editor</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>GConf Editor</application> package contains
|
|
<command>gconf-editor</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>gconf-editor</title>
|
|
<para><command>gconf-editor</command> allows direct modification of the
|
|
<application>GConf</application>
|
|
configuration database.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|