Don't background the main session command

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 &.
This commit is contained in:
Pierre Ossman 2019-12-09 13:54:17 +01:00 committed by Lauri Kasanen
parent c3279914c1
commit 3ee909ffe6

View File

@ -83,7 +83,7 @@ $defaultXStartup
"[ -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".