Opened 14 years ago

Last modified 14 years ago

#89 closed enhancement

xvnc status updates by watching server output (like nx does) — at Initial Version

Reported by: Antoine Martin Owned by: Antoine Martin
Priority: major Milestone: 0.9.2
Component: Client Keywords:
Cc:

Description

We should probably watch the output of the Xvnc process like we do for NX.
Looks like we can detect if the session is connected or not:
vncext: Listening for VNC connections on port 16064
Means no need to test using a wait_for_socket.
Connections: accepted: 127.0.0.1::51920
Means we can remove the need for the client to set the CONNECTED status.
Connections: closed: 127.0.0.1::51920 (Clean disconnection)
As above for AVAILABLE.


We could also send it to a log file (~/.shifter/server/sessions/ID-server.log)

Change History (0)

Note: See TracTickets for help on using tickets.