#1319 closed enhancement (fixed)
allow the proxy to start new sessions
Reported by: | Antoine Martin | Owned by: | alas |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Change History (4)
comment:1 Changed 6 years ago by
Owner: | changed from Antoine Martin to alas |
---|
comment:5 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 6 years ago by
r13892 adds support for specifying the display at the end of the URL, and:
- support for start-desktop, ie:
xpra start-desktop tcp/username:password@127.0.0.1:10000/200 --start-child=fluxbox --exit-with-children
Will start a fluxbox full desktop on display ":200".
- support for shadow, ie:
xpra shadow tcp/username:password@127.0.0.1:10000/1
Now that the user can specify the display to shadow, this works on multi-user systems where there may be more than one X11 server running. (ie: my desktop is on ":1" but there is also a ":0" display)
Note: when using "auth=none", you can omit the "username:password" part. (and accept the risks that go with it)
comment:7 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1319
Note: See
TracTickets for help on using
tickets.
Done in r13798.
Example:
On the client:
Will ask the proxy to start a new session, which you can see with "xpra list".
It will survive the proxy server if the proxy is killed.
Things we could do to take this further:
etc..
@afarr: just a FYI.