5
1
After upgrading to Ubuntu 14.04 LTS, I find the Unity destkop in vnc4server never works as it did under Ubuntu 12.04 LTS.
Here is my ~/.vnc/xstartup
for vnc4server:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
/usr/bin/gnome-session &
That works fine starting Unity desktop on Ubuntu 12.04 LTS, but unfortunately on 14.04 LTS only a gray screen is seen in vncviewer.
I searched a little and find this article shows the way to start legacy gnome desktop (gnome-fallback) in vnc on 14.04, but what I want is the solution for a normal Unity desktop in vnc.
Has anyone successfully run Unity desktop in a vnc session (vnc4server, or any other vnc server) on Ubuntu 14.04 LTS?
Did you find a solution? – Steve Lorimer – 2014-11-19T21:05:45.413
Still no for Vnc4Server. But I find Vino + some specific correct graphics driver works. In fact vnc server issue on 14.04 is a known pending bug: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1251281
– xma – 2014-11-21T00:29:31.673