This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:installing_pyhoca-cli_debian_ubuntu [2011/05/21 13:35] bmullan |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== PyHoca CLI (Python Command Line x2go Client) ====== | ||
- | PyHoca-CLI is a Python command-line client for X2go based on python-x2go. | ||
- | |||
- | |||
- | ===== Installing the PyHoca x2go Client on Debian/ | ||
- | |||
- | To install PyHoca on your System you will need to add the PyHoca Repository information. | ||
- | |||
- | Start open a Terminal window and execute the following command: | ||
- | |||
- | $ sudo add-apt-repository ppa: | ||
- | |||
- | This PyHoca APT repository will provide the following Python X2go related packages: | ||
- | |||
- | python-x2go - the actual Python X2go module | ||
- | pyhoca-cli - a command line X2go client written in Python | ||
- | pyhoca-gui - an X2go client GUI written in wxPython (// | ||
- | python-gevent backport - (for Debian squeeze and Ubuntu lucid), make sure you have version 0.13.0 or higher installed on your system. | ||
- | |||
- | You can also install by adding the appropriate entry to your / | ||
- | |||
- | Select using your Distribution (debian or ubuntu) and version (squeeze/ | ||
- | |||
- | deb http:// | ||
- | deb http:// | ||
- | deb http:// | ||
- | deb http:// | ||
- | |||
- | After adding one of the above lines you will need to update your system with the new Repository information by starting a Terminal and executing the following: | ||
- | |||
- | $ sudo apt-get update | ||
- | |||
- | then you can install the PyHoca Command Line application: | ||
- | |||
- | $ sudo apt-get install pyhoca-cli | ||
- | |||
- | ==== PyHoca Command Line Arguments ==== | ||
- | |||
- | --password xxxxxxxx | ||
- | * **Security Note** - PyHoca **does not** transmit/ | ||
- | |||
- | |||
- | ==== Starting PyHoca ==== | ||
- | |||
- | PyHoca-CLI is similar to the Linux rdesktop command/ | ||
- | |||
- | To start PyHoca open a Terminal window and execute the command: | ||
- | |||
- | * $ pyhoca-cli --password xxxxxxxx | ||
- | |||
- | |||
- | |||
- | ==== Future features Roadmap ==== | ||
- | |||
- | Note: __not__ ordered by development priority | ||
- | |||
- | To be added: | ||
- | |||
- | Embedded menu extension for PyHoca-GUI (Client retrieves a menu tree from a Server and allows the User to | ||
- | start remote ' | ||
- | |||
- | Unity Desktop support to be added to PyHoca-GUI. | ||
- | |||
- |