mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 23:53:24 +01:00
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:
parent
c3279914c1
commit
3ee909ffe6
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user