Skip to content

Instantly share code, notes, and snippets.

@psujit775
Created October 17, 2022 11:08
Show Gist options
  • Save psujit775/f53980d6dd72482c6c2851d97f29fcf0 to your computer and use it in GitHub Desktop.
Save psujit775/f53980d6dd72482c6c2851d97f29fcf0 to your computer and use it in GitHub Desktop.
vnc xstartup file
#!/bin/sh
export XKL_XMODMAP_DISABLE=1
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &
gnome-terminal &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment