Skip to content

Instantly share code, notes, and snippets.

@dapize
Created January 7, 2023 19:15
Show Gist options
  • Save dapize/b497cb133e073f1bab592533ac35dea2 to your computer and use it in GitHub Desktop.
Save dapize/b497cb133e073f1bab592533ac35dea2 to your computer and use it in GitHub Desktop.
Content of the Xstartup file for VNCServer with XFCE Desktop
# content of the file ~/.vnc/xstartup for a VNCServer with XFCE Desktop
#!/bin/sh
# Start up the standard system desktop
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
/usr/bin/startxfce4
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
x-window-manager &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment