Configuring the core GNOME packages
Create an .xinitrc file to start GNOME:
echo "export GDK-USE-XFT=1" > ~/.xinitrc &&
echo "exec gnome-session" > ~/.xinitrc
and ensure all libraries can be found with:
ldconfig
At this point you can bring up GNOME with
startx