Ticket #2572: xpra.1.diff
File xpra.1.diff, 5.4 KB (added by , 2 years ago) |
---|
-
xpra.1
old new 14 14 .SH SYNOPSIS 15 15 .PD 0 16 16 .HP \w'xpra\ 'u 17 \fBxpra\fP \fBstart\fP [ \fI:DISPLAY\fP] | \fBxpra\fP \fBstart\fP \fIssh:HOST:DISPLAY\fP|18 \fBxpra\fP \fBstart-desktop\fP [ \fI:DISPLAY\fP] | \fBxpra\fP \fBstart-desktop\fP \fIssh:HOST:DISPLAY\fP17 \fBxpra\fP \fBstart\fP [CONNECTIONSTRING] | 18 \fBxpra\fP \fBstart-desktop\fP [CONNECTIONSTRING] 19 19 [\fBOPTIONS..\fP] 20 20 .HP 21 21 \fBxpra\fP \fBattach\fP [CONNECTIONSTRING] 22 22 [\fBOPTIONS..\fP] 23 23 .HP 24 \fBxpra\fP \fBshadow\fP [ \fI:DISPLAY\fP] | \fIssh:[USER@]HOST[:DISPLAY]\fP24 \fBxpra\fP \fBshadow\fP [CONNECTIONSTRING] 25 25 [\fBOPTIONS..\fP] 26 26 .HP 27 27 \fBxpra\fP \fBproxy\fP [\fI:DISPLAY\fP] … … 49 49 .HP 50 50 \fBxpra\fP \fBlist-mdns\fP 51 51 .HP 52 \fBxpra\fP \fBupgrade\fP \fI :[DISPLAY]\fP [...any options accepted by52 \fBxpra\fP \fBupgrade\fP \fI[:DISPLAY]\fP [...any options accepted by 53 53 \fBxpra start\fP...] 54 54 .HP 55 \fBxpra\fP \fBupgrade-desktop\fP \fI :[DISPLAY]\fP [...any options accepted by55 \fBxpra\fP \fBupgrade-desktop\fP \fI[:DISPLAY]\fP [...any options accepted by 56 56 \fBxpra start-desktop\fP...] 57 57 .PD 58 58 .\" -------------------------------------------------------------------- … … 105 105 106 106 .P 107 107 For backwards compatibility, SSH mode also supports the syntax: 108 \fBssh:[USERNAME[:PASSWORD]@ HOST:DISPLAY\fP but this form does not108 \fBssh:[USERNAME[:PASSWORD]@]HOST:DISPLAY\fP but this form does not 109 109 support specifying the SSH port number. 110 110 Older versions also used the form \fBprotocol:host:port\fP, but users 111 111 are encouraged to move to a more standard URI format using \fB://\fP as … … 132 132 The start child commands will inherit an environment tailored 133 133 for running under xpra. 134 134 .TP 135 \fBxpra start\fP \fIssh: bigbox:7 --start=xterm\fP135 \fBxpra start\fP \fIssh://bigbox/7 --start=xterm\fP 136 136 Start an xpra server on \fIbigbox\fP with an xterm in it, 137 137 and connect to it. 138 138 .TP … … 158 158 Attach to the xpra server that is using local display number \fI:7\fP. 159 159 Any apps running on that server will appear on your screen. 160 160 .TP 161 \fBxpra attach\fP \fIssh://foo@frodo :7\fP161 \fBxpra attach\fP \fIssh://foo@frodo/7\fP 162 162 Use ssh to attach to the xpra server that is running on machine 163 163 \fIfrodo\fP as user \fIfoo\fP and using display \fI:7\fP. 164 164 Any apps running on that server will appear on your local screen. … … 217 217 \fBxpra version\fP, \fBxpra info\fP, \fBxpra list\fP or \fBxpra screenshot\fP then you 218 218 can use a display of the form 219 219 \fB:\fP\fIDISPLAY\fP to refer to a server on the local host, or one of 220 the form \fBssh: \fP\fI[USER@]HOST\fP\fB:\fP\fIDISPLAY\fP to refer to a server220 the form \fBssh://\fP\fI[USER@]HOST\fP\fB/\fP\fIDISPLAY\fP to refer to a server 221 221 on a remote host; xpra will automatically connect to the remote host 222 222 using \fBssh\fP(1). Generally, if you have only one xpra session 223 223 running on a machine (which you can verify by running \fBxpra list\fP … … 236 236 \fB--bind-udp\fP=\fI[HOST]:PORT\fP, 237 237 \fB--bind-ws\fP, \fB--bind-wss\fP or \fB--bind-vsock\fP option 238 238 when started then you can also connect 239 to it using a display of the form \fBtcp://HOST:PORT\fP, 240 \fBudp://HOST:PORT\fP, \fBssl://HOST:PORT\fP, 241 \fBws://HOST:PORT\fP, \fBwss://HOST:PORT\fP or \fBvsock://HOST:PORT\fP. 242 (Notice that \fBssh:\fP takes an optional \fIdisplay\fP number, 243 while those take a required \fIport\fP number.) 239 to it using a display of the form \fBtcp://HOST:PORT[/DISPLAY]\fP, 240 \fBudp://HOST:PORT[/DISPLAY]\fP, \fBssl://HOST:PORT[/DISPLAY]\fP, 241 \fBws://HOST:PORT[/DISPLAY]\fP, \fBwss://HOST:PORT[/DISPLAY]\fP or 242 \fBvsock://HOST:PORT[/DISPLAY]\fP. 244 243 .\" -------------------------------------------------------------------- 245 244 .SH SUBCOMMANDS 246 245 .SS xpra start 247 246 This command starts a new xpra server, including any necessary setup. 248 (When starting a remote server with the \fBssh: HOST:DISPLAY\fP syntax,247 (When starting a remote server with the \fBssh://HOST/DISPLAY\fP syntax, 249 248 the new session will also be attached.) 250 249 .SS xpra start-desktop 251 250 Starts a nested X11 server, all child commands will be started in the … … 583 582 This option can be specified multiple times to specify multiple 584 583 socket locations. 585 584 These sockets support local connections with the \fB:7\fP-style display 586 address, and remote connections with the \fBssh://frodo :7\fP-style585 address, and remote connections with the \fBssh://frodo/7\fP-style 587 586 display address. 588 587 589 588 Local sockets may also process HTTP / Websocket connections … … 1512 1511 .\" produces fine output in the terminal, at least: 1513 1512 .RS 1514 1513 .RS 1515 \fBxpra attach --ssh\fP=\fI"ssh -c arcfour" ssh://frodo :7\fP1514 \fBxpra attach --ssh\fP=\fI"ssh -c arcfour" ssh://frodo/7\fP 1516 1515 1517 1516 .RE 1518 1517 \fINote:\fP Don't bother to enable ssh compression; this … … 1634 1633 and each user may override those defaults by creating the file \fI.xpra/xpra.conf\fP. 1635 1634 You can also split the options into multiple files by placing them 1636 1635 in a \fIconf.d\fP directory with the \fI.conf\fP extension. 1637 Xpra uses the directory \fI~/.xpra\fP to store a number of files. 1636 Depending on OS and version, 1637 xpra uses the directory \fI~/.xpra\fP or \fI/run/<uid>/xpra\fP 1638 to store a number of files. 1638 1639 (The examples below are given for the display \fI:7\fP.) 1639 1640 .TP 1640 1641 \fI~/.xpra/:7\fP … … 1675 1676 Send any questions or bugs reports to http://xpra.org/trac/ 1676 1677 .\" -------------------------------------------------------------------- 1677 1678 .SH SEE ALSO 1678 \fBscreen\fP(1) 1679 \fBscreen\fP(1), 1679 1680 \fBwinswitch_applet\fP(1)