Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (208 - 210 of 230)

Ticket Resolution Summary Owner Reporter
#188 wontfix Supporting the vino vnc server? Antoine Martin robert.waters
Description

I would like to run winswitch on two current ubuntu (oneiric) boxes, both running the vinagre/vino-server VNC client/server combo. The 'Desktop Default' section in server configuration ui reads 'None available' (ui/config_server.py: populate_session_types()), and 'Start Desktop Session' is disabled.

I tried trivially adding the vinagre/vino paths to VNC_COMMAND/XVNC_COMMAND in util/commands_util.py; that did not work.

The problem persisted even after installing the tightvnc viewer.

Any hints would be appreciated.

Thanks!

#215 fixed Wrong keyboard setting when resume NX session Antoine Martin Rogerio Bastos
Description

I'm using winswitch 0.12.14 in server and client-side, and NX protocol to open Desktop sessions. However, every time I resume a session the keyboard settings is not set and I need to execute the following command to fix:

$ setxkbmap -layout us -variant alt-intl -print | xkbcomp - $DISPLAY
#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.