Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (121 - 123 of 230)

Ticket Resolution Summary Owner Reporter
#226 fixed b2a_base64() argument 1 must be string or read-only buffer, not None Antoine Martin ryanofsky
Description

I'm seeing the following error trying to connect from a 0.12.17 client on lucid to a 0.12.17 server on gentoo:

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/twisted/internet/gtk2reactor.py", line 249, in run
    self.__run()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/gtk2reactor.py", line 120, in wrapper
    return real_cb(real_s, condition)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/gtk2reactor.py", line 283, in callback
    self.simulate() # fire Twisted timers
  File "/usr/lib/python2.6/dist-packages/twisted/internet/gtk2reactor.py", line 293, in simulate
    self.runUntilCurrent()
--- <exception caught here> ---
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 778, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/usr/lib/pymodules/python2.6/winswitch/client/server_line_connection.py", line 603, in start_login
    self.add_current_user()
  File "/usr/lib/pymodules/python2.6/winswitch/client/server_line_connection.py", line 397, in add_current_user
    self.handler.binencode(settings.xkbmap_query),
  File "/usr/lib/pymodules/python2.6/winswitch/net/protocol.py", line 90, in binencode
    return	binencode(data, self.binary_encodings)
  File "/usr/lib/pymodules/python2.6/winswitch/util/format_util.py", line 21, in binencode
    return	BASE64_PREFIX + base64.b64encode(data)
  File "/usr/lib/python2.6/base64.py", line 53, in b64encode
    encoded = binascii.b2a_base64(s)[:-1]
exceptions.TypeError: b2a_base64() argument 1 must be string or read-only buffer, not None

The connection shows up as successful, but no applications or sessions are available. This problem also happens with 0.12.16, but goes away if I downgrade the client to 0.12.15.

#6 fixed avoid network sound on slow links Antoine Martin Antoine Martin
Description

When connecting to distant servers over a slow connection, just don't bother trying to tunnel the sound with PA, it will not work.

#153 wontfix app menus missing in 0.12.4 on OSX client Antoine Martin tlc
Description

I downloaded and installed 0.12.4 on my OSX client. There used to be a right-hand-side "tray" menu that I don't see anymore. I can find no way to run applications and Winswitch is unusable.

There are now some left-hand side menus ("Servers", "Windows", "Desktops") that I don't recall from before. Maybe they're meant to replace the tray menu?

  • Under "Servers", "New Connection" and <myserver> work.
  • Under "Windows", "Start Application" doesn't do anything. This is the only item in the "Windows" menu.
  • Under "Desktops", "Start Desktop" doesn't do anything. "Main Unix Display on <server>" does bring up a dialog.
Note: See TracQuery for help on using queries.