A basic working desktop that is browser/cloud accessible

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-07-24 17:22:46 -04:00
commit 483f3e4758
Signed by: vbatts
GPG key ID: 10937E57733F1362
5 changed files with 59 additions and 0 deletions

10
default-vncxstartup Normal file
View file

@ -0,0 +1,10 @@
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
. /etc/X11/xinit/xinitrc-common
if [ -n "$PREFERRED" ] ; then
exec "$PREFERRED"
else
exec startxfce4
fi