glfs/gnome/core/control-center.xml
DJ Lucas fdca426642 Last of XML rewrite
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2325 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-15 04:33:15 +00:00

111 lines
4.0 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 control-center-download-http "http://ftp.gnome.org/pub/GNOME/sources/control-center/2.6/control-center-&control-center-version;.tar.bz2">
<!ENTITY control-center-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/control-center/2.6/control-center-&control-center-version;.tar.bz2">
<!ENTITY control-center-size "3.9 MB">
<!ENTITY control-center-buildsize "115.1 MB">
<!ENTITY control-center-time "1.02 SBU">
]>
<sect1 id="control-center" xreflabel="Control Center-&control-center-version;">
<?dbhtml filename="control-center.html"?>
<title>Control Center-&control-center-version;</title>
<sect2>
<title>Introduction to <application>Control Center</application></title>
<para>The <application>Control Center</application> package contains the
<application><acronym>GNOME</acronym></application> settings
managers.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&control-center-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&control-center-download-ftp;"/></para></listitem>
<listitem><para>Download size: &control-center-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&control-center-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&control-center-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>Control Center</application> dependencies</title>
<sect4><title>Required</title>
<para>
<xref linkend="libxklavier"/>,
<xref linkend="metacity"/> and
<xref linkend="nautilus"/>
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="esound"/>,
<xref linkend="alsa"/>,
<xref linkend="gst-plugins"/> and
<ulink url="http://www.jwz.org/xscreensaver/">XScreenSaver</ulink>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Control Center</application></title>
<para>Install <application>Control Center</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>--libexecdir=`pkg-config --variable=prefix
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
<filename class="directory">$GNOME_PREFIX/libexec</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>
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
puts configuration files in <filename class="directory">/etc/gnome</filename> instead of
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>Control Center</application> package contains
<command>gnome-control-center</command>,
<command>gnome-settings-daemon</command>,
<command>gnome-background-properties</command>,
<command>gnome-default-applications-properties</command>,
<command>gnome-file-types-properties</command>,
<command>gnome-font-properties</command>,
<command>gnome-keybinding-properties</command>,
<command>gnome-keyboard-properties</command>,
<command>gnome-mouse-properties</command>,
<command>gnome-network-preferences</command>,
<command>gnome-sound-properties</command>,
<command>gnome-theme-properties</command> and
<command>gnome-ui-properties</command>.</para>
</sect2>
</sect1>