2004-06-15 12:33:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-15 12:33:15 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-05-15 16:09:24 +08:00
|
|
|
<!ENTITY control-center-download-http "http://ftp.gnome.org/pub/GNOME/sources/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
|
|
|
|
<!ENTITY control-center-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
|
|
|
|
<!ENTITY control-center-md5sum "d95a5746aa349536dc0f59c61cdaf19f">
|
|
|
|
<!ENTITY control-center-size "2.6 MB">
|
|
|
|
<!ENTITY control-center-buildsize "54 MB">
|
|
|
|
<!ENTITY control-center-time "1.0 SBU">
|
2004-06-15 12:33:15 +08:00
|
|
|
]>
|
|
|
|
|
2003-10-02 09:44:48 +08:00
|
|
|
<sect1 id="control-center" xreflabel="Control Center-&control-center-version;">
|
2005-05-15 16:09:24 +08:00
|
|
|
<?dbhtml filename="control-center.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Control Center-&control-center-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="control-center">
|
|
|
|
<primary sortas="a-Control-Center">Control Center</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Control Center</title>
|
|
|
|
|
|
|
|
<para>The <application>Control Center</application> package contains the
|
|
|
|
<application>GNOME</application> settings managers.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<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 MD5 sum: &control-center-md5sum;</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>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Control Center Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para><xref linkend="libxklavier"/>,
|
|
|
|
<xref linkend="gnome-menus"/>,
|
|
|
|
<xref linkend="metacity"/>,
|
|
|
|
<xref linkend="nautilus"/> and
|
|
|
|
<xref linkend="gnome-icon-theme"/></para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para><xref linkend="alsa"/>,
|
|
|
|
<xref linkend="gst-plugins"/> and
|
|
|
|
<xref linkend="xscreensaver"/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Control Center</title>
|
|
|
|
|
|
|
|
<para>Install <application>Control Center</application> by running the
|
|
|
|
following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
2004-06-15 12:33:15 +08:00
|
|
|
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
|
|
|
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
|
2005-05-15 16:09:24 +08:00
|
|
|
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>--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 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
2005-05-16 03:51:32 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
2005-05-15 16:09:24 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>gnome-accessibility-keyboard-properties, gnome-at-properties,
|
|
|
|
gnome-background-properties, gnome-control-center,
|
|
|
|
gnome-default-applications-properties, gnome-display-properties,
|
|
|
|
gnome-font-properties, gnome-font-viewer, gnome-keybinding-properties,
|
|
|
|
gnome-keyboard-properties, gnome-mouse-properties,
|
|
|
|
gnome-network-preferences, gnome-settings-daemon, gnome-sound-properties,
|
|
|
|
gnome-theme-applier, gnome-theme-manager, gnome-theme-thumbnailer,
|
|
|
|
gnome-thumbnail-font, gnome-typing-monitor, gnome-ui-properties,
|
|
|
|
and gnome-window-properties</seg>
|
|
|
|
<seg>libgnome-window-settings.[so,a],
|
|
|
|
<application>GNOME VFS</application> and window manager settings library
|
2005-05-16 03:51:32 +08:00
|
|
|
modules and <application>Nautilus</application> library module
|
2005-05-15 16:09:24 +08:00
|
|
|
extensions</seg>
|
2005-05-21 22:40:57 +08:00
|
|
|
<seg>several config directories under the
|
2005-07-29 23:23:18 +08:00
|
|
|
/etc/gnome/gconf/gconf.xml.defaults/ hierarchy,
|
2005-05-21 22:40:57 +08:00
|
|
|
$GNOME_PREFIX/include/gnome-window-settings-2.0,
|
|
|
|
$GNOME_PREFIX/lib/[nautilus,window-manager-settings],
|
|
|
|
$GNOME_PREFIX/share/control-center-2.0, and
|
|
|
|
$GNOME_PREFIX/share/gnome/[cursor-fonts,vfolders]</seg>
|
2005-05-15 16:09:24 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
</sect2>
|
2002-09-04 08:48:06 +08:00
|
|
|
|
|
|
|
</sect1>
|