#1940 closed defect (fixed)
Starting a session over SSH causes duplicate start children
Reported by: | J. Max Mena | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
I found this one while following up on #1920 and #1646:
Starting a session via SSH by running xpra start ssh:user@host --start-new-commands=yes --start=xterm
causes two Xterms to appear. Starting a session with xpra start ssh:vorfuehreffekt --start-new-commands=no --start=xterm
does not cause the duplication - only one Xterm window appears for the session.
The issue seems to be limited to --start-new-commands=yes
, and it's a minor issue at that.
I'm not sure what logs to get - I have -d all
piped into a .log file but I'm not sure how much use that will be. Reproducing is very easy, simply start with:
xpra start ssh:user@host --start-new-commands=yes --start=xterm
and you'll see two Xterms pop up.
Change History (3)
comment:1 Changed 3 years ago by
Status: | new → assigned |
---|
comment:2 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1940
Odd, the server command line actually used looks fine:
(with system proxy turned off)