Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 230)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#266 fixed xpra v0.14.6-2 not working Nathan Rennie-Waldock Nathan Rennie-Waldock
Description

xpra isn't working in 0.12.20 Server is Ubuntu 12.04 64bit, client is Windows 7 64bit Both run WinSwitch? 0.12.20. Server's xpra is v0.14.6-2

Part of server log:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/xpra/server/server_core.py", line 434, in _process_hello
    proto.enable_compressor_from_caps(c)
  File "/usr/lib/python2.7/dist-packages/xpra/net/protocol.py", line 383, in enable_compressor_from_caps
    self.enable_nocompress()
AttributeError: 'Protocol' object has no attribute 'enable_nocompress'
2014-09-18 15:06:53,999 connection timedout: Protocol(SocketConnection(('127.0.0.1', 15063) - ('127.0.0.1', 50844)))
2014-09-18 15:06:54,799 Connection lost

I've downgraded xpra to 0.13.9-1 and that's working.

#219 fixed xpra no longer working Antoine Martin HellFire
Description

xpra hasn't been working the last few updates.
Checked the server log, and it showed:

[EE] 2012/10/09 19:00:14 WinSwitchServer.assign_virt_utils() failed to load xpra, make sure it is installed: No module named xpra.dotxpra


Fixed that with sudo ln -s /usr/lib/xpra /usr/lib/pyshared/python2.7/ but I still can't start an xpra session.
Server:

[DD] 2012/10/09 19:12:50 WinSwitchClientChannel.start_session(afd2118e252a679a88ea6e030680402d,xpra,,read_only=False;encoding="";,None) options={'read_only': 'False', 'encoding': '""'}
[II] 2012/10/09 19:12:50 WinSwitchClientChannel.start_session(afd2118e252a679a88ea6e030680402d,xpra,,read_only=False;encoding="";) command=Command(LXTerminal: lxterminal), user=User(Administrator : f629f85ae9424587bea966f155801421)
[II] 2012/10/09 19:12:50 WinSwitchServer.start_session(User(Administrator : f629f85ae9424587bea966f155801421),xpra,Command(LXTerminal: lxterminal),,{'read_only': 'False', 'encoding': '""'},None)
[DD] 2012/10/09 19:12:50 WinSwitchServer.real_start_session(User(Administrator : f629f85ae9424587bea966f155801421),xpra,Command(LXTerminal: lxterminal),,{'read_only': 'False', 'encoding': '""'},None)


Client:

[II] 2012/10/09 19:12:03 WinSwitchApplet.do_start_session(ServerConfig(hostname.net:346729663014),Command(LXTerminal: lxterminal),xpra,None,None,False)
[II] 2012/10/09 19:12:03 WinSwitchApplet.attention(Starting LXTerminal,None)
[II] 2012/10/09 19:12:03 ServerLineConnection.do_message(f629f85ae9424587bea966f155801421,Cannot start session,You have requested an xpra session but this server does not support it,)
[II] 2012/10/09 19:12:03 WinSwitchApplet.do_notify(Cannot start session,You have requested an xpra session but this server does not support it,None,None,info,ServerConfig(hostname.net:346729663014),)
[II] 2012/10/09 19:12:03 win32_balloon.notify(5112608,Cannot start session,You have requested an xpra session but this server does not support it\nClick to Edit Server Configuration,5)
[II] 2012/10/09 19:12:03 WinSwitchApplet.attention(Cannot start session,None)
[II] 2012/10/09 19:12:03 Win32Tray.MyWndProc(5112608,1044,0,1026) NIN_BALLOONSHOW



This was with: Server: Ubuntu 12.04 64bit, Client: Windows 7 64bit Both are running v0.12.16

$ dpkg -l winswitch xpra
ii  winswitch                                  0.12.16-1
ii  xpra                                       0.6.0-5
#299 invalid xpra html5 client is broken in xenial PPA Greg Schwimer
Description

I updated from the PPA last week and noticed the html5 client no longer works. I just get an empty white screen instead of windows loading. I was able to fix this by copying the /usr/share/xpra/www folder from a system that had a prior working install on it.

A hint may be here:

Files www.broken/connect.html and www/connect.html differ
Only in www.broken: connect.html.br
Only in www.broken: connect.html.gz
Common subdirectories: www.broken/css and www/css
Only in www.broken: favicon.ico.br
Only in www.broken: favicon.ico.gz
Files www.broken/favicon.png and www/favicon.png differ
Common subdirectories: www.broken/icons and www/icons
Files www.broken/index.html and www/index.html differ
Only in www.broken: index.html.br
Only in www.broken: index.html.gz
Common subdirectories: www.broken/js and www/js
1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.