mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-26 12:41:31 +02: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".
|
"[ -r \$HOME/.Xresources ] && xrdb \$HOME/.Xresources\n".
|
||||||
"xsetroot -solid grey\n".
|
"xsetroot -solid grey\n".
|
||||||
"xterm -geometry 80x24+10+10 -ls -title \"\$VNCDESKTOP Desktop\" &\n".
|
"xterm -geometry 80x24+10+10 -ls -title \"\$VNCDESKTOP Desktop\" &\n".
|
||||||
"twm &\n");
|
"twm\n");
|
||||||
|
|
||||||
$defaultConfig
|
$defaultConfig
|
||||||
= ("## Supported server options to pass to vncserver upon invocation can be listed\n".
|
= ("## Supported server options to pass to vncserver upon invocation can be listed\n".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user