Hi everyone,
  it seems like I'm having a bit of a problem using xpra. I'm guessing it's
a problem
with paths, although I'm not really sure.

Here's what I get (I run this from the remote client, 192.168.1.9 is acting
as server,
I run all the things I was told to in README.xpra).

23:37:12 ~/parti-all-0.0.4$ install/bin/xpra attach ssh:[EMAIL PROTECTED]:13
Attached
PropertyNotify event received
Unhandled exception in x_event_filter:
Traceback (most recent call last):
  File "wimpiggy.lowlevel.bindings.pyx", line 1219, in
wimpiggy.lowlevel.bindings.x_event_filter
TypeError: 'dict' object is unindexable

(this message, from PropertyNotify to TypeError, is printed 15 more times)

sending ['hello', {'__prerelease_version': '0.0.4', 'deflate': 3}]
[EMAIL PROTECTED]'s password:
bash: xpra: command not found
Connection lost

-----------------------------------------------------

So, I guessed the problem was that xpra was not in the path, so I added a
wrapper
for it, located in /usr/bin/xpra, which simply sets PYTHONPATH to the right
path and launches /home/eric/parti-all-0.0.4/install/bin/xpra.
Here's what I get:

sending ['hello', {'__prerelease_version': '0.0.4', 'deflate': 3}]
[EMAIL PROTECTED]'s password:
Traceback (most recent call last):
  File "/home/eric/parti-all-0.0.4/install/bin/xpra", line 6, in <module>
    xpra.scripts.main.main(sys.argv)
  File "install/lib/python/xpra/scripts/main.py", line 54, in main
  File "install/lib/python/xpra/scripts/main.py", line 92, in run_proxy
  File "install/lib/python/xpra/scripts/main.py", line 75, in client_sock
  File "<string>", line 1, in connect
socket.error: (2, 'No such file or directory')
Connection lost

Both machines are running intrepid. One of them is i386 (the server),
the other one is (amd64) (maybe some versions of some libraries are outdated
for amd64, I can't even get a decent java installation running yet).

Can anyone guess what's going on?

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

Reply via email to