Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 230)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#229 fixed crash on shutdown ndbecker
Description
xpra-0.8.0-9.fc18.x86_64
winswitch-0.12.18-2.x86_64
applet.py:751:do_stop_server:AttributeError: ServerLineConnection instance has no attribute 'stop_server'

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/winswitch/ui/dialog_util.py", line 119, in <lambda>
    dialog.connect('response', lambda dialog, response_id: ask_response_callback(dialog, response_id))
  File "/usr/lib/python2.7/site-packages/winswitch/ui/dialog_util.py", line 105, in ask_response_callback
    ok_callback()
  File "/usr/lib/python2.7/site-packages/winswitch/client/applet.py", line 746, in <lambda>
    None, lambda: self.do_stop_server(server))
  File "/usr/lib/python2.7/site-packages/winswitch/client/applet.py", line 751, in do_stop_server
    client.stop_server("User request")
AttributeError: ServerLineConnection instance has no attribute 'stop_server'

Local variables in innermost frame:
self: <winswitch.client.applet.WinSwitchApplet instance at 0x7ff10efdda70>
client: <winswitch.client.server_line_connection.ServerLineConnection instance at 0x25e1950>
server: <winswitch.objects.server_config.ServerConfig instance at 0x25eb638>
#230 fixed IRC link on Dev page broken Jameson
Description

the IRC link on http://winswitch.org/dev/ points to localhost:10000 instead of a web url

#231 invalid Debian: xpra v0.8.1 attempts to start Xvfb despite not depending on it Optionator
Description

I am using your deb repository on a Debian 6.0.6 system and just upgraded xpra to v0.8.1. Xvfb got removed, because it was not depended on anymore. xserver-xorg-input-void and xserver-xorg-video-dummy were installed to fulfill dependencies.

Attempting to start xpra:

$ xpra start :999
cannot load vpx codec: /usr/lib/python2.6/dist-packages/xpra/vpx/codec.so: undefined symbol: vpx_codec_enc_config_default
No handlers could be found for logger "xpra.sound.gstreamer_util"
Entering daemon mode; any further errors will be reported to:
  /home/user/.xpra/Squeezy-999.log
$ cat ~/.xpra/Squeezy-999.log
Error starting Xvfb: [Errno 2] No such file or directory
2013-02-05 14:00:13,957 removing socket /home/user/.xpra/Squeezy-999

I installed xvfb manually and now xpra works like it did before, but since the depencies changed, I believe, that´s not the intended behaviour.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.