Configuring the core GNOME packages

Create an .xinitrc file to start GNOME:

echo "exec gnome-session" >> ~/.xinitrc

and ensure all libraries can be found with:

ldconfig

At this point you can bring up GNOME with startx.