Opened 22 months ago
Closed 21 months ago
#2245 closed defect (worksforme)
xpra is not parsing attach command line since 2.5
Reported by: | malex | Owned by: | malex |
---|---|---|---|
Priority: | major | Milestone: | 3.0 |
Component: | client | Version: | 2.5.x |
Keywords: | Cc: |
Description (last modified by )
Starting with 2.5 and continuing in the current 3.0 release xpra doesn't appear to be parsing command-line arguments for attaching on Windows clients. This issue appeared to happen in all tested cygwin-based terminal emulators like MobaXTerm or Gitbash. For example when something like xpra attach ssh:user@host:port
is run in a cygwin-based terminal emulator the following error is produced in xpra 2.5+:
xpra initialization error: invalid mode 'attach ssh:user@host:port'.
The GUI xpra client works as does command-line client in the windows command interpreter CMD.exe. The bug did not manifest before xpra-2.5.
Thank you,
Alex
Change History (3)
comment:1 Changed 22 months ago by
Description: | modified (diff) |
---|---|
Milestone: | → 3.0 |
Status: | new → assigned |
comment:2 Changed 22 months ago by
Owner: | changed from Antoine Martin to malex |
---|---|
Status: | assigned → new |
Note: See
TracTickets for help on using
tickets.
Both mobaxterm and git bash work for me.
Please see wiki/ReportingBugs and provide more specific steps for reproducing the problem you are seeing.
ie: the exact steps, full version details, exact command lines, full commands output, etc
Please also try the beta builds post r22261 which contain a workaround for ssh connections when running from cygwin and other terminals (we avoid using stdin for prompts).