Difference between revisions of "X Window System/remote session"
Jump to navigation
Jump to search
(moved different methods into separate subpages) |
(more succinct explanation that gets to the point in the first sentence) |
||
Line 1: | Line 1: | ||
==About== | ==About== | ||
− | + | The [[X Window System]]'s client-server architecture makes it possible to run graphical applications remotely – i.e. the user is interacting with the application on one machine, but the actual execution is taking place on another. | |
− | There are actually ''two'' ways to run remote graphical applications: | + | There are actually ''two'' ways to run remote graphical applications on X Windows: |
* [[/application]]: run a single application | * [[/application]]: run a single application | ||
* [[/desktop]]: run a complete desktop environment | * [[/desktop]]: run a complete desktop environment |
Latest revision as of 23:11, 9 October 2015
About
The X Window System's client-server architecture makes it possible to run graphical applications remotely – i.e. the user is interacting with the application on one machine, but the actual execution is taking place on another.
There are actually two ways to run remote graphical applications on X Windows:
- /application: run a single application
- /desktop: run a complete desktop environment