Skip to content

Instantly share code, notes, and snippets.

@Mr-Kumar-Abhishek
Created August 24, 2019 03:01
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 Mr-Kumar-Abhishek/933da9d2c3b98d220be7a4deaa0c11f9 to your computer and use it in GitHub Desktop.
Save Mr-Kumar-Abhishek/933da9d2c3b98d220be7a4deaa0c11f9 to your computer and use it in GitHub Desktop.
Start script vnc
#!/bin/sh
# Start Gnome 3 Desktop
[ -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