Created
January 7, 2023 19:15
-
-
Save dapize/b497cb133e073f1bab592533ac35dea2 to your computer and use it in GitHub Desktop.
Content of the Xstartup file for VNCServer with XFCE Desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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