Custom Query (230 matches)
Results (139 - 141 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 |
|||
#270 | fixed | Winswitch unable to connect over ssh from MS Windows to server running openssh 6.7 | ||
Description |
After upgrading a linux server to openssh 6.7, I'm no longer able to connect to it from MS Windows (winswitch 0.12.20). In the server's log I see "fatal: Unable to negotiate a key exchange method [preauth]". I have no trouble connecting to the server via putty. It seems that this is a twisted-conch issue: http://twistedmatrix.com/trac/ticket/7672 However, I assume that even once that's fixed, some work will be required on winswitch's part, too, even if only to create a new build; so opening a ticker here, too. |
|||
#149 | fixed | The '<' key produces '>' with the winswitch xpra | ||
Description |
Using xfce4's terminal the '<' and '>' keys are fine. Using the same terminal and going through xpra, < (lt) is > (gt), but > (gt) is still correct, and , (comma) and . (period) are still correct. Without xpra: <> ,. With xpra: >> ,. I can copy/paste a '<' from a non xpra window and it works as expected. Same thing happens with Xfce's Mousepad 0.2.16 and Terminal 0.4.7. This is with aur/xpra-winswitch 0.0.7.22-1 aur/parti-all 0.0.6-2 is fine and does not have this bug. Both Xfce's Mousepad and Terminal behaviours are correct in terms of '<' and '>' when using the xpra from parti-all. |