GNOME Panel-2.6.1

Introduction to GNOME Panel

The GNOME Panel package contains the menu and applet systems.

Package information

Installation of GNOME Panel

Install GNOME Panel by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    --localstatedir=/var/lib --sysconfdir=/etc/gnome --disable-gtk-doc &&
make &&
make install

Command explanations

--libexecdir=$GNOME_PREFIX/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

--disable-gtk-doc: This switch prevents the rebuilding of documentation during the make command.

Contents

The GNOME Panel package contains libpanel-applet-2 libraries and applets.

Description

libpanel-applet libraries

libpanel-applet libraries allow development of small applications which may be embedded in the panel called applets.

Applets

Applets included are Workspace Switcher, Window List, Inbox Monitor, Clock and 'Wanda the Fish'.