as a followup, i've updated my windows codebase to the latest code, and these 
are the errors the client gets when attaching:

Attached
Unhandled exception in x_event_filter:
Traceback (most recent call last):
  File "wimpiggy.lowlevel.bindings.pyx", line 1228, in 
wimpiggy.lowlevel.bindings.x_event_filter
  File "wimpiggy.lowlevel.bindings.pyx", line 1203, in 
wimpiggy.lowlevel.bindings._gw
  File "install/lib/python/wimpiggy/error.py", line 99, in call_synced
    return self._call(False, fun, args, kwargs)
  File "install/lib/python/wimpiggy/error.py", line 88, in _call
    self._exit(need_sync)
  File "install/lib/python/wimpiggy/error.py", line 69, in _exit
    error = _gdk.error_trap_pop()
AttributeError: 'module' object has no attribute 'error_trap_pop'

Then lots of these:

Unhandled exception in x_event_filter:
Traceback (most recent call last):
  File "wimpiggy.lowlevel.bindings.pyx", line 1228, in 
wimpiggy.lowlevel.bindings.x_event_filter
  File "wimpiggy.lowlevel.bindings.pyx", line 1203, in 
wimpiggy.lowlevel.bindings._gw
  File "install/lib/python/wimpiggy/error.py", line 99, in call_synced
    return self._call(False, fun, args, kwargs)
  File "install/lib/python/wimpiggy/error.py", line 88, in _call
    self._exit(need_sync)
  File "install/lib/python/wimpiggy/error.py", line 64, in _exit
    assert self.depth >= 0
AssertionError

Then, after the ssh seems to go through:

Unhandled error while processing packet from peer
Traceback (most recent call last):
  File "install/lib/python/xpra/protocol.py", line 143, in _consume_packet
    self._process_packet_cb(self, decoded)
  File "install/lib/python/xpra/client.py", line 386, in process_packet
    self._packet_handlers[packet_type](self, packet)
  File "install/lib/python/xpra/client.py", line 336, in _process_new_window
    self._process_new_common(packet, False)
  File "install/lib/python/xpra/client.py", line 330, in _process_new_common
    override_redirect)
  File "install/lib/python/xpra/client.py", line 72, in __init__
    self._new_backing(w, h)
  File "install/lib/python/xpra/client.py", line 137, in _new_backing
    cr = self._backing.cairo_create()
AttributeError: 'gtk.gdk.Pixmap' object has no attribute 'cairo_create'


      
_______________________________________________
Parti-discuss mailing list
[email protected]
http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss

Reply via email to