Installation of GNOME Session
Install GNOME Session by running the following commands:
export PATH=$PATH:`pkg-config --variable=prefix ORBit-2.0`/sbin:/sbin &&
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
make &&
make install