Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (175 - 177 of 230)

Ticket Resolution Summary Owner Reporter
#224 notabug Winswitch on Win 7 Antoine Martin Demontager
Description

I need to use Win7 Ultimate machine as server for applications and Lubuntu 12.10 as client. The problem is i don't see any applications available to launch in tray icon menu - not in Windows 7 neither Lubuntu. Sure i connected to server and vice-versa. I tried to match same protocol - nx on Win7 and Linux, but no result. When checking connection configuration i see this -

Seamless Default "None available! Microsoft Microsoft Windows limitations"

Desktop Default "None available! Microsoft Microsoft Windows limitations" So i assume the problem in Win 7 Ultimate support. I used before to connect to Windows 2003 Server from Gentoo and it just worked fine.

#225 duplicate winswitch_server doesn't work on Ubuntu 12.10 Antoine Martin Thomas Käfer
Description

Hi there again!

I am running Ubuntu 12.10 and it seems it doesn't work as a server, client works well.

Here is the error that the winswitch_server prints:

[code][EE] 2012/14/11 20:23:16.011215 WinSwitchServer.ready()
[ee] 2012/14/11 20:23:16.011909 Traceback (most recent call last):
[ee] 2012/14/11 20:23:16.011967   File "/usr/lib/python2.7/dist-packages/winswitch/server/controller.py", line 316, in ready
[ee] 2012/14/11 20:23:16.012006     self.assign_virt_utils()
[ee] 2012/14/11 20:23:16.012033   File "/usr/lib/python2.7/dist-packages/winswitch/server/controller.py", line 405, in assign_virt_utils
[ee] 2012/14/11 20:23:16.012056     from winswitch.virt.vnc_server_util import VNCServerUtil
[ee] 2012/14/11 20:23:16.012078   File "/usr/lib/python2.7/dist-packages/winswitch/virt/vnc_server_util.py", line 16, in <module>
[ee] 2012/14/11 20:23:16.012099     from winswitch.virt.server_util_base import ServerUtilBase
[ee] 2012/14/11 20:23:16.012120   File "/usr/lib/python2.7/dist-packages/winswitch/virt/server_util_base.py", line 40, in <module>
[ee] 2012/14/11 20:23:16.012141     from winswitch.util.xkbmap_util import set_keymap
[ee] 2012/14/11 20:23:16.012161   File "/usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py", line 173
[ee] 2012/14/11 20:23:16.012183 SyntaxError: Non-ASCII character '\xc3' in file /usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py on line 173, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
[/code] 

Please tell me what I can do to track down the problem

#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.

Note: See TracQuery for help on using queries.