Changes between Version 20 and Version 21 of Usage
- Timestamp:
- 06/21/14 04:56:07 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage
v20 v21 16 16 == Simple session/application forwarding == 17 17 18 As per the [http://xpra.org/#get_started home page "get started"] instructions, this is how xpra is most often used: 18 As per the [http://xpra.org/#get_started home page "get started"] instructions, this is how xpra is most often used. This will start an {{{xterm}}} (or any graphical application you want) on {{{SERVERHOSTNAME}}} and forward it to your desktop: 19 {{{ 20 xpra start ssh:SERVERHOSTNAME:100 --start-child=xterm 21 }}} 22 23 ---- 24 25 You can also execute each step individually: 19 26 * on the server which will export the application ({{{xterm}}} in the example), start an xpra server instance on a free display of your choice ({{{:100 in the example}}}): 20 27 {{{