tightvncserver on ubuntu 12.04 server with ubuntu-desktop installed no unity
- by Leon
The tight vnc server is running but unity does not get loaded. I changed the xstartup to:
unset SESSION_MANAGER
. /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
gnome-session &
But still no unity.
In wich log file can I look for the errors containing the starting of tightvncserver in combination with gnome and unity?
Can somone point me at documentation abou tthe loading/starting sequence of Xserver, windows manager etc.?
Is this a known issue?