Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 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 -*-
#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

Note: See TracQuery for help on using queries.