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
#227 duplicate no encoding declared in winswitch/util/xkbmap_util.py Antoine Martin 235
Description

in a recent package for ubuntu 12.10

[ee] 2012/10/12 11:21:14.363124 Traceback (most recent call last):
[ee] 2012/10/12 11:21:14.363149   File "/usr/lib/python2.7/dist-packages/winswitch/server/controller.py", line 316, in ready
[ee] 2012/10/12 11:21:14.363166     self.assign_virt_utils()
[ee] 2012/10/12 11:21:14.363181   File "/usr/lib/python2.7/dist-packages/winswitch/server/controller.py", line 405, in assign_virt_utils
[ee] 2012/10/12 11:21:14.363209     from winswitch.virt.vnc_server_util import VNCServerUtil
[ee] 2012/10/12 11:21:14.363225   File "/usr/lib/python2.7/dist-packages/winswitch/virt/vnc_server_util.py", line 16, in <module>
[ee] 2012/10/12 11:21:14.363240     from winswitch.virt.server_util_base import ServerUtilBase
[ee] 2012/10/12 11:21:14.363255   File "/usr/lib/python2.7/dist-packages/winswitch/virt/server_util_base.py", line 40, in <module>
[ee] 2012/10/12 11:21:14.363270     from winswitch.util.xkbmap_util import set_keymap
[ee] 2012/10/12 11:21:14.363286   File "/usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py", line 173
[ee] 2012/10/12 11:21:14.363312 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
#1 fixed Allow client to specify desktop screen size Antoine Martin Antoine Martin
Description
  • Add default screen size option to Settings
  • Add combo to SessionStartDialog when used with full desktop commands or with VNC sessions
  • Add screen-size parameter to START_SESSION protocol
  • Handle screen size requirements in VNC and NX:
    • NX can just specify it with the nx/nx options
    • Xvnc: either specify it on command line or use xrandr to change resolution of pre-loaded sessions.
#2 fixed Option to start remote servers automatically Antoine Martin Antoine Martin
Description

When we establish a tunnel with ssh and call shifter_server_portinfo_monitor

pass a flag to ask the monitor to launch a new server if one is not present already.

We'll need to think of an easy way to launch servers on local machines too (which normally may not require ssh), but later.

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