the errors below are from a cygwin compiled windows 0.0.6 client attaching to a linux based server (via ssh).
i tried the server, as i mentioned in my other post, but that fails pretty early due to windows not liking ":" in file names. i tried to work around that, but since the client doesn't seem happy either, i was never sure how well i actually got the server running. ________________________________ From: Antoine Martin <[email protected]> To: james ahlborn <[email protected]> Cc: [email protected] Sent: Monday, March 30, 2009 6:31:11 AM Subject: Re: [Parti-discuss] install/bin/xpra attach ssh: Hi James, Sorry I can't help right now, I am out of the office at the moment but will have access to a Windows box in a week or so. I will re-post my patches based on the latest code. Just out of curiosity, is this 0.0.6 you refer to? Are you compiling with a cygwin environment? Please note that I never tried the server side on a Windows box, client only... (for now at least) Cheers Antoine james ahlborn wrote: > 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
_______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
