Hi Ulrich
NX Agent appeared and Xterm opened inside it.
BR, Kalle
On Fri, 10 Mar 2023 at 13:20, Ulrich Sibiller <uli42@gmx.de> wrote:
Hi,
again I don't see any major problem in libssh related output. But I see these:
qt.qpa.xcb: X server does not support XInput 2 qt.qpa.xcb: QXcbConnection: XCB error: 1 (BadRequest), sequence: 168, resource id: 309, major code: 130 (Unknown), minor code: 47
NX does not support XInput 2. So these errors indicate the session has been opened successfully but some application had a communication problem with the X server (x2goagent in this case).
So chances are that xterm, libxcb, libX11 or any accompanying library have been updated recently and are incompatible now. Maybe we can hunt this down by checking this: the nxagent window)
- ssh -X <server> and run "nxagent -D -ac :55" there (nxagent window should open up)
- ssh server and run "DISPLAY=:55 xterm" there (xterm should open in
Does the xterm come up?
Also please repeat with "nxagent -R -ac :55". (no nxagent window will come up, the xterm should open up in its own window in step 2)
Uli