VNC grey screen (Ubuntu 16.04, TightVNC, Xfce4)
I found https://bbs.archlinux.org/viewtopic.php?id=180965
and changed my xstartup to
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
startxfce4 &
and it works!
I found https://bbs.archlinux.org/viewtopic.php?id=180965
and changed my xstartup to
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
startxfce4 &
and it works!