From 14a83b0228c919a70c45c68ddc389550db3d5205 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 9 Mar 2019 15:02:10 -0300 Subject: Fixes for a VNC guest --- share/provision/files/desktop-basic/home/user/.custom/xsession | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/provision/files/desktop-basic/home/user/.custom/xsession') diff --git a/share/provision/files/desktop-basic/home/user/.custom/xsession b/share/provision/files/desktop-basic/home/user/.custom/xsession index 9450219..57ee5a9 100644 --- a/share/provision/files/desktop-basic/home/user/.custom/xsession +++ b/share/provision/files/desktop-basic/home/user/.custom/xsession @@ -37,6 +37,8 @@ sleep 8 # Startup programs if [ "$HOSTNAME" = "web" ]; then PROGRAMS="$PROGRAMS tor-browser" +elif [ "$HOSTNAME" = "vnc" ]; then + PROGRAMS="$PROGRAMS" else PROGRAMS="$PROGRAMS terminal" fi -- cgit v1.2.3