A basic working desktop that is browser/cloud accessible
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
commit
483f3e4758
5 changed files with 59 additions and 0 deletions
10
default-vncxstartup
Normal file
10
default-vncxstartup
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue