#1094 closed defect (fixed)
Windows shadow server only works with -d all
Reported by: | J. Max Mena | Owned by: | J. Max Mena |
---|---|---|---|
Priority: | major | Milestone: | 0.17 |
Component: | server | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Title sums it up nicely.
Using latest trunk r11687 Windows Beta on a Windows 8.1 64-bit machine (Apple Macbook 'Pro' bootcamped) and starting the server with:
Xpra_cmd.exe shadow :0 --bind-tcp=0.0.0.0:2200
Does not work, and fails to connect with a login timeout from the client
Starting the server with:
Xpra_Cmd.exe shadow :0 --bind-tcp=0.0.0.0:2200 -d all
works fine, but prints an unhealthy amount (expected) into the CMD window.
Change History (7)
comment:1 Changed 6 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 6 years ago by
comment:4 Changed 6 years ago by
Owner: | changed from Antoine Martin to J. Max Mena |
---|---|
Status: | assigned → new |
comment:5 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1094
Note: See
TracTickets for help on using
tickets.
One thing I forgot, I had to specify
--compressors=lzo
in order for the connection to go through from a Fedora 23 trunk r11695 client.(also touched up description)