Installation of <application><acronym>GNOME</acronym> Applets</application> Install GNOME Applets by running the following commands: PRE=`pkg-config --variable=prefix ORBit-2.0` && ./configure --prefix=$PRE --libexecdir=$PRE/sbin \ --localstatedir=/var/lib --sysconfdir=/etc/gnome && make tooldir=$PRE/lib/gnome-applets && make tooldir=$PRE/lib/gnome-applets install && unset PRE