mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
0a7c3921ec
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5832 af4574ff-66df-0310-9fd7-8a98e5e911e0
159 lines
6.2 KiB
XML
159 lines
6.2 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 control-center-download-http "&gnome-download-http;/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
|
|
<!ENTITY control-center-download-ftp "&gnome-download-ftp;/control-center/&gnome-version;/control-center-&control-center-version;.tar.bz2">
|
|
<!ENTITY control-center-md5sum "f3d8520b8544e1f910600ba889e02523">
|
|
<!ENTITY control-center-size "1.7 MB">
|
|
<!ENTITY control-center-buildsize "57.3 MB">
|
|
<!ENTITY control-center-time "1.4 SBU">
|
|
]>
|
|
|
|
<sect1 id="control-center" xreflabel="Control Center-&control-center-version;">
|
|
<?dbhtml filename="control-center.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
<keywordset>
|
|
<keyword role="package">control-center-&control-center-version;.tar</keyword>
|
|
<keyword role="ftpdir">control-center</keyword>
|
|
</keywordset>
|
|
</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 role="required"><xref linkend="libxklavier"/>,
|
|
<xref linkend="metacity"/>,
|
|
<xref linkend="gnome-icon-theme"/>, and
|
|
<xref linkend="nautilus"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="evolution-data-server"/>,
|
|
<xref linkend="alsa"/>,
|
|
<xref linkend="gst-plugins"/>, and
|
|
<xref linkend="xscreensaver"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/control-center"/></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` \
|
|
--libexecdir=`pkg-config \
|
|
--variable=prefix ORBit-2.0`/lib/control-center \
|
|
--localstatedir=/var/lib \
|
|
--sysconfdir=&gnome-etc-dir; &&
|
|
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`/lib/control-center</parameter>: This switch puts libexec files in
|
|
<filename class="directory">$GNOME_PREFIX/lib/control-center</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=&gnome-etc-dir;</parameter>: This switch puts
|
|
configuration files in <filename class="directory">&gnome-etc-dir;</filename>
|
|
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
|
|
|
<para><option>--enable-aboutme</option>: Enables building the
|
|
<command>gnome-about-me</command> capplet. <application>Evolution Data
|
|
Server</application> must be installed to use this parameter.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>gnome-about-me,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-sound-properties,
|
|
gnome-theme-manager, gnome-theme-thumbnailer,
|
|
gnome-thumbnail-font, gnome-typing-monitor, gnome-ui-properties,
|
|
gnome-window-properties, and themus-theme-applier</seg>
|
|
<seg>libgnome-window-settings.{so,a},
|
|
<application>GNOME VFS</application> and window manager settings library
|
|
modules and <application>Nautilus</application> library module
|
|
extensions</seg>
|
|
<seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,desktop/}{,schemas/}apps/{too many to list}
|
|
and the following subdirectories of $GNOME_PREFIX/:
|
|
include/gnome-window-settings-2.0,
|
|
lib/{lib, nautilus, window-manager-settings},
|
|
share/{{,gnome/help/,omf}control-center-2.0,
|
|
gnome/{cursor-fonts,vfolders}}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|