"Stefan" == Stefan Baur <X2Go-ML-1@baur-itcs.de> writes:
Stefan> Am 16.01.19 um 16:39 schrieb John Stoffel:
What's the trick to force the x2goclient to start a NEW session on the same host? For some reason, it's just automatically resuming, and not giving me the option to select between different sessions.
Stefan> If you have only one suspended session, and it has the same connection Stefan> options as the one you requested during reconnect, the default is to Stefan> auto-reconnect. The only exception to this rule is Published Application Stefan> mode, where you will always see the tile with the various options.
Stefan> Your options to avoid automatic session resuming are:
Stefan> - run x2goclient with parameter --no-autoresume Stefan> - Create a session with slightly different settings, and use that to Stefan> connect (say, windowed instead of fullscreen) Stefan> - force-terminate the session on the server, using a regular SSH session Stefan> and the commands x2golistsessions (to find out the session ID) and Stefan> x2goterminate-session SESSIONIDHERE. The session ID is the second Stefan> column in the pipe-separated output by x2golistsessions.
Stefan, THanks for the quick and helpful reply, I appreciate it! As for my problem, I ended up killing off and restarting my session on the CentOS system. I didn't have the time to debug, but if it happens again, I'll do the --no-autoresume and see if it's a per-session problem, or a system level problem.
Looking at the debug logs for x2goclient, I didn't really see anything major. Nor did I see anything in the logs on the server side which really helped. But something was messed up with the mouse and screen refreshes for sure.
John