On Fri, 4 Dec 2015 01:10:35 +0000,
D.M. Procida <
real-not-anti...@apple-juice.co.uk>, in
It looks like you have to create a ~/.vnc/xstartup file, and in that
file you'll need this:
mate-session &
from
http://community.linuxmint.com/tutorial/view/1188
They suggest a longer xstartup file:
---snip---
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
mate-session &
---snip---
Not sure how relevant that will be on a Pi.
--
Consulting Minister for Consultants, DNRC
I can please only one person per day. Today is not your day. Tomorrow
isn't looking good, either.
I am BOFH. Resistance is futile. Your network will be assimilated.