Skip to content

Instantly share code, notes, and snippets.

@aleksseven
Created November 16, 2020 01:37
Show Gist options
  • Select an option

  • Save aleksseven/f80f763036c12b376582e02b74663809 to your computer and use it in GitHub Desktop.

Select an option

Save aleksseven/f80f763036c12b376582e02b74663809 to your computer and use it in GitHub Desktop.
#!/bin/sh
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
vncconfig -iconic &
dbus-launch --exit-with-session gnome-session &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment