Skip to content

Instantly share code, notes, and snippets.

@nathanpalmer
Created January 4, 2019 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanpalmer/9babe39317816dbe440b887b53f8a151 to your computer and use it in GitHub Desktop.
Save nathanpalmer/9babe39317816dbe440b887b53f8a151 to your computer and use it in GitHub Desktop.
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
startxfce4 &
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment