On x2gothinclients, the x session crashes randomly. Unexpectedly, a screen crashes on tty1, from which it is impossible to access the x-session x2gothinclient. In this case, the session on the server exists and you can connect via x2gosharingdesktop.
It is impossible to find a pattern - this happens in the absence of actions and (or) when working in any program.
 
Decision:
Experimentally, I found out the reason for the loss of the display in the x-session.
 
Increasing the poll up to 3 seconds in the file /opt/x2gothinclient/chroot/usr/sbin/x2gothinclientd in the block:
Elsif ($ pid == 0) - line 87
 
Replace: while (sleep 1) -line 96
On:         while (sleep 3)
 
Solved the problem.
_______________________________________________
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Reply via email to