diff options
author | Elvio Basello <hellvis69@gmail.com> | 2014-09-12 01:58:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-12 01:58:39 +0700 |
commit | 46cc8cc26ba1408bc332a5691506d6f49da4dd15 (patch) | |
tree | 9c10899169b42f0fd532d4850363c668123c83bf /network/x2goclient/README | |
parent | 46d8ba08499d50fd3ea8a188bbda93076a291464 (diff) |
network/x2goclient: Added (X2Go Remote Desktop solution).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/x2goclient/README')
-rw-r--r-- | network/x2goclient/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/x2goclient/README b/network/x2goclient/README new file mode 100644 index 000000000000..499824ee769e --- /dev/null +++ b/network/x2goclient/README @@ -0,0 +1,12 @@ +X2Go enables you to access a graphical desktop of a computer over +a low bandwidth (or high bandwidth) connection. +X2Go is a Remote Desktop solution, which is not to be confused +with Microsoft Remote Desktop Connection. +You can connect from a computer running Linux, Windows or MacOS X. +Multiple users/clients can access a single X2Go Server at the same +time, with each user/client having an individual Desktop session +by default; however, desktop sharing is possible. +This is the client. + +If you want to build also the nsplugin, run the script with: +PLUGIN=1 ./x2goclient.SlackBuild |