The GNOME Panel package contains the menu and applet systems.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/2.8/gnome-panel-2.8.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-panel/2.8/gnome-panel-2.8.1.tar.bz2
Download MD5 sum: 77aea214467da238170ed10dbc825799
Download size: 3.2 MB
Estimated disk space required: 61 MB
Estimated build time: 0.79 SBU
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 &&
chmod 644 `pkg-config --variable=prefix ORBit-2.0`/share/gnome/help/\
{fish-applet-2,window-list,workspace-switcher}/C/*.xml
--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.
The GNOME Panel package contains libpanel-applet-2 libraries and applets.
libpanel-applet libraries allow development of small applications (applets) which may be embedded in the panel.
Last updated on 2004-11-25 23:20:48 -0700