Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (160 - 162 of 230)

Ticket Resolution Summary Owner Reporter
#96 fixed binaries (debs/rpms,etc..) miss the build_info.py Antoine Martin Antoine Martin
#90 wontfix 100% cpu usage on some systems - twisted POLLIN Antoine Martin Antoine Martin
Description

The pygtk bug is here I had originally created a twisted bug here - but the problem is not in twisted.

And here is the Fedora bug: 660137

Gentoo bug: 353599

Ubuntu bug: 664920

Debian already has a patch for squeeze (against 2.17.0-4): pygtk-wakeupfd-fix.patch

FreeBSD: bug 154755

So, I believe we should just leave it to the distributors to ship patched versions of the libraries we rely on rather than trying to workaround the issue (not even sure it is possible to do so)

However: if you want to use the fixed PyGTK RPMs/DEBs we have made using the above patch, please download them manually from: http://winswitch.org/dists/

(as this is a system package - we will not push it to you automatically: this is your distribution's job)

#89 fixed xvnc status updates by watching server output (like nx does) Antoine Martin Antoine Martin
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.


Log Xvnc output to file ~/.Xvnc/:DISPLAY.log

Note: the code has only been tested with tigervnc...

Note: See TracQuery for help on using queries.