glfs/gnome/core/gnome-panel.xml
Randy McMurchy e10eaa2912 Updated to GNOME Session-2.10.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4115 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-11 03:45:56 +00:00

128 lines
4.4 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 gnome-panel-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.bz2">
<!ENTITY gnome-panel-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.bz2">
<!ENTITY gnome-panel-md5sum "a2719f5c79a9e48bca086f08a77a6889">
<!ENTITY gnome-panel-size "2.3 MB">
<!ENTITY gnome-panel-buildsize "55 MB">
<!ENTITY gnome-panel-time "0.7 SBU">
]>
<sect1 id="gnome-panel" xreflabel="GNOME Panel-&gnome-panel-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="gnome-panel.html"?>
<title>GNOME Panel-&gnome-panel-version;</title>
<sect2>
<title>Introduction to <application><acronym>GNOME</acronym>
Panel</application></title>
<para>The <application><acronym>GNOME</acronym> Panel</application> package
contains hooks to the menu sub-system and the applet sub-system.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&gnome-panel-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&gnome-panel-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &gnome-panel-md5sum;</para></listitem>
<listitem><para>Download size: &gnome-panel-size;</para></listitem>
<listitem><para>Estimated disk space required:
&gnome-panel-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&gnome-panel-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application><acronym>GNOME</acronym> Panel</application>
dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="gnome-desktop"/>,
<xref linkend="libwnck"/> and
<xref linkend="gnome-menus"/></para>
</sect4>
<sect4><title>Recommended</title>
<para><xref linkend="startup-notification"/> and
<xref linkend="evolution-data-server"/> (if you plan on installing
<application>Evolution</application>-2.0)</para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="gtk-doc"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application><acronym>GNOME</acronym>
Panel</application></title>
<para>Install <application><acronym>GNOME</acronym> Panel</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</command></userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install &amp;&amp;
chmod -v 644 `pkg-config --variable=prefix ORBit-2.0`/share/gnome/help/\
{fish-applet-2,window-list,workspace-switcher}/C/*.xml</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>--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><acronym>GNOME</acronym> Panel</application> package
contains <command>gnome-panel</command>,
<command>gnome-desktop-item-edit</command>,
<command>panel-test-applets</command>,
<filename class="libraryfile">libpanel-applet-2</filename> libraries
and panel applets.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>libpanel-applet libraries</title>
<para><filename class="libraryfile">libpanel-applet</filename> libraries allow
development of small applications (applets) which may be embedded in the
panel.</para></sect3>
<sect3><title>Applets</title>
<para>Applets included are Workspace Switcher, Window List, Clock and
<quote>Wanda the Fish</quote>.</para></sect3>
</sect2>
</sect1>