Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (181 - 183 of 230)

Ticket Resolution Summary Owner Reporter
#223 fixed Server won't launch - incorrect codepage in util/xkbmap_util.py Antoine Martin Olloff
Description
OS: Linux olloff-desktop 3.5.0-15-generic #23-Ubuntu x86_64 x86_64 x86_64 GNU/Linux
Python: 2.7.3
Winswitch: __version__=0.12.17

Error: http://pastebin.com/uuLLTjAP Traceback: http://pastebin.com/xKW3kKnw

After fresh install 0.12.16 or update to 0.12.17 I get next error:

SyntaxError: Non-ASCII character '\xc3' in file \
/usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py

Problem seems to be fixed by adding encoding information to xkbmap_util.py:

# -*- coding: utf-8 -*-
#178 fixed [PATCH] Fix for broken exception handling Antoine Martin HellFire
Description

Some of the exception handling is broken (references non-existent attributes or not using all arguments in string formatting). Attached patch fixes both I found.

#198 wontfix Can't start NX or VNC session Antoine Martin HellFire
Description

I can't start an NX or VNC session. Can't see why VNC is failing, but NX is failing because of extra data in the DISPLAY var.

VNC server.log: http://kpaste.net/f7e1222 VNC vnc.log: http://kpaste.net/67fa5f

NX server.log: http://kpaste.net/cd2d7 NX nx.log: http://kpaste.net/a99a

NX server is NoMachine's NX v3.5.0 VNC is RealVNC Enterprise v4.6.3

Note: See TracQuery for help on using queries.