]> source.dussan.org Git - tigervnc.git/commitdiff
Don't background the main session command
authorPierre Ossman <ossman@cendio.se>
Mon, 9 Dec 2019 12:54:17 +0000 (13:54 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 9 Dec 2019 12:54:17 +0000 (13:54 +0100)
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 &.

unix/vncserver

index 68be032d132c36d310e84e726fe6ab7a0da12c57..c98fb91f924f114819dc84125fb14b4f1526c129 100755 (executable)
@@ -78,7 +78,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".