mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
a027d7d3a9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9936 af4574ff-66df-0310-9fd7-8a98e5e911e0
155 lines
5.9 KiB
XML
155 lines
5.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnome-control-center-download-http "&gnome-download-http;/gnome-control-center/&gnome-version;/gnome-control-center-&gnome-control-center-version;.tar.xz">
|
|
<!ENTITY gnome-control-center-download-ftp "&gnome-download-ftp;/gnome-control-center/&gnome-version;/gnome-control-center-&gnome-control-center-version;.tar.xz">
|
|
<!ENTITY gnome-control-center-md5sum "7da05b8b5d78535482e8f849ca0cf274">
|
|
<!ENTITY gnome-control-center-size "4.1 MB">
|
|
<!ENTITY gnome-control-center-buildsize "115 MB">
|
|
<!ENTITY gnome-control-center-time "1.7 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-control-center" xreflabel="gnome-control-center-&gnome-control-center-version;">
|
|
<?dbhtml filename="gnome-control-center.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gnome-control-center-&gnome-control-center-version;</title>
|
|
|
|
<indexterm zone="gnome-control-center">
|
|
<primary sortas="a-GNOME-Control-Center">GNOME Control Center</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GNOME Control Center</title>
|
|
|
|
<para>The <application>GNOME Control Center</application> package contains the
|
|
<application>GNOME</application> settings managers.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gnome-control-center-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&gnome-control-center-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gnome-control-center-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gnome-control-center-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &gnome-control-center-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &gnome-control-center-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">GNOME Control Center Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><!--<xref linkend="gnome-doc-utils"/>, from zenity via metacity-->
|
|
<xref linkend="gnome-menus"/>,
|
|
<xref linkend="gnome-settings-daemon"/>,
|
|
<xref linkend="libgtop"/>,
|
|
<xref linkend="libunique"/>,
|
|
<xref linkend="metacity"/>,
|
|
<xref linkend="pulseaudio"/>, and
|
|
<xref linkend="shared-mime-info"/></para>
|
|
|
|
<bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
|
|
<para role="recommended"><xref linkend="polkit-gnome"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="evolution-data-server"/> and
|
|
<xref linkend="librsvg"/></para>
|
|
|
|
<para>Though they are only run-time dependencies and
|
|
<application>GNOME Control Center</application> will compile just fine without
|
|
them installed, there are two screen saver packages that can be installed
|
|
which will provide a robust collection of screen savers and screen
|
|
locking capability. <xref linkend="gnome-screensaver"/> is looked for
|
|
first, with a fallback to <xref linkend="xscreensaver"/> if
|
|
necessary.</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gnome-control-center"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GNOME Control Center</title>
|
|
|
|
<para>Install <application>GNOME Control Center</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
|
|
--sysconfdir=$GNOME_SYSCONFDIR &&
|
|
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>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-sysconfdir.xml"/>
|
|
|
|
<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>
|
|
|
|
<para><option>--enable-static=no</option>: This switch prevents the static
|
|
libraries being installed.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>gnome-appearance-properties, gnome-at-mobility,
|
|
gnome-at-properties, gnome-at-visual, gnome-control-center,
|
|
gnome-default-applications-properties, gnome-display-properties,
|
|
gnome-font-viewer, gnome-keybinding-properties,
|
|
gnome-keyboard-properties, gnome-mouse-properties,
|
|
gnome-network-properties, gnome-thumbnail-font, gnome-typing-monitor,
|
|
gnome-window-properties, and gnome-about-me</seg>
|
|
<seg>libgnome-window-settings.{so,a} and libmetacity.{so,a}</seg>
|
|
<seg><envar>$GNOME_PREFIX</envar>/{include/gnome-window-settings-2.0,
|
|
lib/window-manager-settings,share/{gnome-control-center/{default-apps,
|
|
keybindings,pixmaps,ui},gnome/help/control-center/*,mime/{application,
|
|
audio,image,inode,message,model,multipart,packages,text,video,x-content,
|
|
x-epoc},omf/control-center}}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|