Custom Query (230 matches)
Results (97 - 99 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#86 | fixed | use ProcessControl with server_util_base for watching nx output | ||
Description |
As was done with #83 for ssh related processes, we can use twisted to avoid starting a new thread on the server for each NX session we watch the output of. Xpra is different as we poll a logfile, this integrates with the mainloop fine via gio.File VNC we just don't care. |
|||
#87 | fixed | build against python 2.6 on win32 | ||
Description |
Someone encountered the exact same issue: unable to bundle pywin32 + python2.6 because of MSVCRT90.DLL issues - but there seems to be a solution: py2exe mailing list thread |
|||
#89 | fixed | xvnc status updates by watching server output (like nx does) | ||
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:
Log Xvnc output to file Note: the code has only been tested with tigervnc... |