Hi everyone,<br> it seems like I'm having a bit of a problem using xpra. I'm guessing it's a problem<br>with paths, although I'm not really sure.<br><br>Here's what I get (I run this from the remote client, <a href="http://192.168.1.9">192.168.1.9</a> is acting as server,<br>
I run all the things I was told to in README.xpra).<br><br>23:37:12 ~/parti-all-0.0.4$ install/bin/xpra attach <a href="http://ssh:eric@192.168.1.9:13">ssh:eric@192.168.1.9:13</a><br>Attached<br>PropertyNotify event received<br>
Unhandled exception in x_event_filter:<br>Traceback (most recent call last):<br> File "wimpiggy.lowlevel.bindings.pyx", line 1219, in wimpiggy.lowlevel.bindings.x_event_filter<br>TypeError: 'dict' object is unindexable<br>
<br>(this message, from PropertyNotify to TypeError, is printed 15 more times)<br><br>sending ['hello', {'__prerelease_version': '0.0.4', 'deflate': 3}]<br><a href="mailto:eric@192.168.1.9">eric@192.168.1.9</a>'s password: <br>
bash: xpra: command not found<br>Connection lost<br><br>-----------------------------------------------------<br><br>So, I guessed the problem was that xpra was not in the path, so I added a wrapper<br>for it, located in /usr/bin/xpra, which simply sets PYTHONPATH to the right<br>
path and launches /home/eric/parti-all-0.0.4/install/bin/xpra.<br>Here's what I get:<br><br>sending ['hello', {'__prerelease_version': '0.0.4', 'deflate': 3}]<br><a href="mailto:eric@192.168.1.9">eric@192.168.1.9</a>'s password: <br>
Traceback (most recent call last):<br> File "/home/eric/parti-all-0.0.4/install/bin/xpra", line 6, in <module><br> xpra.scripts.main.main(sys.argv)<br> File "install/lib/python/xpra/scripts/main.py", line 54, in main<br>
File "install/lib/python/xpra/scripts/main.py", line 92, in run_proxy<br> File "install/lib/python/xpra/scripts/main.py", line 75, in client_sock<br> File "<string>", line 1, in connect<br>
socket.error: (2, 'No such file or directory')<br>Connection lost<br><br>Both machines are running intrepid. One of them is i386 (the server),<br>the other one is (amd64) (maybe some versions of some libraries are outdated<br>
for amd64, I can't even get a decent java installation running yet).<br><br>Can anyone guess what's going on?<br><br>Cheers,<br>Ivan<br>