Custom Query (230 matches)
Results (127 - 129 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#219 | fixed | xpra no longer working | ||
Description |
xpra hasn't been working the last few updates.
[EE] 2012/10/09 19:00:14 WinSwitchServer.assign_virt_utils() failed to load xpra, make sure it is installed: No module named xpra.dotxpra
[DD] 2012/10/09 19:12:50 WinSwitchClientChannel.start_session(afd2118e252a679a88ea6e030680402d,xpra,,read_only=False;encoding="";,None) options={'read_only': 'False', 'encoding': '""'} [II] 2012/10/09 19:12:50 WinSwitchClientChannel.start_session(afd2118e252a679a88ea6e030680402d,xpra,,read_only=False;encoding="";) command=Command(LXTerminal: lxterminal), user=User(Administrator : f629f85ae9424587bea966f155801421) [II] 2012/10/09 19:12:50 WinSwitchServer.start_session(User(Administrator : f629f85ae9424587bea966f155801421),xpra,Command(LXTerminal: lxterminal),,{'read_only': 'False', 'encoding': '""'},None) [DD] 2012/10/09 19:12:50 WinSwitchServer.real_start_session(User(Administrator : f629f85ae9424587bea966f155801421),xpra,Command(LXTerminal: lxterminal),,{'read_only': 'False', 'encoding': '""'},None)
[II] 2012/10/09 19:12:03 WinSwitchApplet.do_start_session(ServerConfig(hostname.net:346729663014),Command(LXTerminal: lxterminal),xpra,None,None,False) [II] 2012/10/09 19:12:03 WinSwitchApplet.attention(Starting LXTerminal,None) [II] 2012/10/09 19:12:03 ServerLineConnection.do_message(f629f85ae9424587bea966f155801421,Cannot start session,You have requested an xpra session but this server does not support it,) [II] 2012/10/09 19:12:03 WinSwitchApplet.do_notify(Cannot start session,You have requested an xpra session but this server does not support it,None,None,info,ServerConfig(hostname.net:346729663014),) [II] 2012/10/09 19:12:03 win32_balloon.notify(5112608,Cannot start session,You have requested an xpra session but this server does not support it\nClick to Edit Server Configuration,5) [II] 2012/10/09 19:12:03 WinSwitchApplet.attention(Cannot start session,None) [II] 2012/10/09 19:12:03 Win32Tray.MyWndProc(5112608,1044,0,1026) NIN_BALLOONSHOW
$ dpkg -l winswitch xpra ii winswitch 0.12.16-1 ii xpra 0.6.0-5 |
|||
#220 | fixed | cannot launch winswitch_client on arch linux | ||
Description |
I use these versions: [eric@pc ~]$ pacman -Q winswitch winswitch 0.12.16-1 [eric@pc ~]$ pacman -Q xpra-winswitch xpra-winswitch 0.6.0-1 And here are the errors... I can't really distinguish between 'serious' errors , and 'non-important' errors I can do some more tests, just tell me... [eric@pc ~]$ winswitch_client [DD] 2012/21/09 01:33:01 main_loop.loop_init(False) [II] 2012/21/09 01:33:01 main_loop.loop_init(False) twisted version 12.1.0 [II] 2012/21/09 01:33:01 globals os.uname=('Linux', 'pc', '3.5.3-1-ARCH', '#1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012', 'x86_64') [II] 2012/21/09 01:33:01 globals python package info: __version__=0.12.16 [II] 2012/21/09 01:33:01 globals version=0.12.16 (svn revision unknown - unknown local modifications), built on pc by eric, 2012-09-21, release_build=True [II] 2012/21/09 01:33:01 globals uid=1000, username=eric, name=eric, hostname=pc, locale=en_US, argv=[/usr/bin/winswitch_client] [II] 2012/21/09 01:33:01 globals Python version 2.7.3 (default, Apr 24 2012, 00:00:54) [GCC 4.7.0 20120414 (prerelease)] ** (process:20193): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' ** (process:20193): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags' ** (process:20193): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags' [II] 2012/21/09 01:33:01 process_util.<module>() using twisted ProcessProtocol=winswitch.twisted.HiddenSpawnedProcess.HiddenSpawnedProcess [EE] 2012/21/09 01:33:01 distro_packaging_util.get_distro_helper() failed to load dbus packagekit: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PackageKit was not provided by any .service files Traceback (most recent call last): File "/usr/bin/winswitch_client", line 5, in <module> winswitch.client.client_wrapper.main() File "/usr/lib/python2.7/site-packages/winswitch/client/client_wrapper.py", line 52, in main from winswitch.client.client import main File "/usr/lib/python2.7/site-packages/winswitch/client/client.py", line 14, in <module> from winswitch.client.client_base import ClientBase File "/usr/lib/python2.7/site-packages/winswitch/client/client_base.py", line 28, in <module> from winswitch.objects.server_config import ServerConfig File "/usr/lib/python2.7/site-packages/winswitch/objects/server_config.py", line 14, in <module> from winswitch.objects.server_base import ServerBase File "/usr/lib/python2.7/site-packages/winswitch/objects/server_base.py", line 27, in <module> from winswitch.util.commands_util import SEAMLESSRDP_COMMAND File "/usr/lib/python2.7/site-packages/winswitch/util/commands_util.py", line 70, in <module> dh = get_distro_helper() File "/usr/lib/python2.7/site-packages/winswitch/util/distro_packaging_util.py", line 141, in get_distro_helper installer(XPRA_TYPE, "xpra") TypeError: 'NoneType' object is not callable |
|||
#223 | fixed | Server won't launch - incorrect codepage in util/xkbmap_util.py | ||
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 # -*- coding: utf-8 -*- |
Note: See TracQuery
for help on using queries.