Skip to content

Instantly share code, notes, and snippets.

@robeastham
Created July 21, 2014 12:48
Show Gist options
  • Save robeastham/e18cfb1376e2f9f90ce0 to your computer and use it in GitHub Desktop.
Save robeastham/e18cfb1376e2f9f90ce0 to your computer and use it in GitHub Desktop.
Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# 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" &
xfce4-session &
start xfce4 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment