Ok for anyone wanting to know WHY the new look Gnome3 isn't working.....
I am using run level 3 or init level 3..... this has certain restrictions I believe stopping the system knowing what's going on graphically from a software point of view.
If I run init 5 or runlevel 5..... Gnome3 is normal! and how it should be.
For anyone who doesn't know how to switch between level 3 and 5 open up a terminal and go to:
/etc/systemd/system
type ls -l | grep default and you should get presented with a symlink:
Code:
# ls -l /etc/systemd/system
total 36
drwxr-xr-x. 2 root root 4096 Jan 26 11:41 basic.target.wants
drwxr-xr-x. 2 root root 4096 Jan 26 12:40 bluetooth.target.wants
lrwxrwxrwx. 1 root root 40 Jan 26 12:37 dbus-org.freedesktop.Avahi.service -> /lib/systemd/system/avahi-daemon.service
lrwxrwxrwx. 1 root root 42 Jan 26 12:40 dbus-org.freedesktop.NetworkManager.service -> /lib/systemd/system/NetworkManager.service
lrwxrwxrwx. 1 root root 36 Jan 26 16:48 default.target -> /lib/systemd/system/runlevel3.target
drwxr-xr-x. 2 root root 4096 Jan 26 11:41 default.target.wants
drwxr-xr-x. 2 root root 4096 Jan 26 11:41 getty.target.wants
drwxr-xr-x. 2 root root 4096 Jan 26 12:17 graphical.target.wants
drwxr-xr-x. 2 root root 4096 Jan 27 08:31 multi-user.target.wants
drwxr-xr-x. 2 root root 4096 Jan 26 11:41 network.target.wants
drwxr-xr-x. 2 root root 4096 Jan 26 13:21 sockets.target.wants
drwxr-xr-x. 2 root root 4096 Jan 26 12:38 sysinit.target.wants
The default.target is what you have to change to runlevel5.target while keeping the same dir path.
If anyone knows how to get the full Gnome3 experience whlie loading X from runlevel 3 please respond and that is intention of the original thread, however, apart from that issue everything is in order!!!!