When used with -fg we expect the startup script to remain running until
the session is over. This will not happen if the session command is put
in the background using &.
"[ -r \$HOME/.Xresources ] && xrdb \$HOME/.Xresources\n".
"xsetroot -solid grey\n".
"xterm -geometry 80x24+10+10 -ls -title \"\$VNCDESKTOP Desktop\" &\n".
- "twm &\n");
+ "twm\n");
$defaultConfig
= ("## Supported server options to pass to vncserver upon invocation can be listed\n".