Browse Source

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 &.
tags/v1.10.90
Pierre Ossman 4 years ago
parent
commit
38fe6d08e1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      unix/vncserver

+ 1
- 1
unix/vncserver View File

@@ -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".

Loading…
Cancel
Save