This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:components:pyhoca-gui [2013/03/11 12:06] sunweaver [Further Readings] |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== PyHoca-GUI | ||
| - | |||
| - | The name PyHoca is a word play combining two powerful entities: Python and Phoca (mascot of X2go, Latin species name for seals). | ||
| - | |||
| - | PyHoca-GUI is a client implementation for X2Go using [[wiki: | ||
| - | |||
| - | PyHoca-GUI is designed as a very minimal GUI that behaves very similar to GNOME' | ||
| - | |||
| - | ===== Usage ===== | ||
| - | |||
| - | ==== Command Line Arguments ==== | ||
| - | |||
| - | PyHoca-GUI has a man page. Considering that it actually is a GUI there are quite some command line options to choose from. | ||
| - | |||
| - | On your GNU/Linux system execute | ||
| - | |||
| - | $ man pyhoca-gui | ||
| - | |||
| - | An always up-to-date html version of the pyhoca-gui man page can be be retrieved from the X2go Git repository: [[http:// | ||
| - | |||
| - | |||
| - | ==== Launching PyHoca-GUI ==== | ||
| - | |||
| - | You can launch PyHoca-GUI by typing '' | ||
| - | |||
| - | PyHoca-GUI will appear on your desktop as a small icon that docks into your systray (as the GNOME applet for Network Manager does). Find this icon---it looks like a little white seal on grey background. | ||
| - | |||
| - | Note that on Ubuntu 12.04 or later, the Unity interface does not allow PyHoca-gui to create the systray icon. To enable this, we need to edit the gsettings. To allow all applications in the systray, type this in the terminal. | ||
| - | < | ||
| - | $ gsettings set com.canonical.Unity.Panel systray-whitelist " | ||
| - | </ | ||
| - | |||
| - | If you would rather whitelist a set of applications, | ||
| - | |||
| - | < | ||
| - | $ gsettings set com.canonical.Unity.Panel systray-whitelist \ | ||
| - | " | ||
| - | </ | ||
| - | |||
| - | |||
| - | ==== Profile Manager ==== | ||
| - | |||
| - | PyHoca-GUI on Linux uses the same configuration files as X2Go Client. (The Windows version of X2Go Client writes its session profiles into HKCU of the Windows registry). | ||
| - | Thus PyHoca-GUI should work out of the box for most setups and user profiles on a (Linux) system with a working X2Go Client configuration. | ||
| - | |||
| - | If you are new to X2Go and try PyHoca-GUI for the first time, then you have to add a session profile for your (first) X2Go server by right-clicking on the PyHoca-GUI systray icon. | ||
| - | |||
| - | If you // | ||
| - | |||
| - | |||
| - | ==== Starting Sessions ==== | ||
| - | |||
| - | The usage logic of PyHoca-GUI is a little bit different from that of X2Go Client. In PyHoca-GUI you //first// authenticate to an X2Go Server and //then// you start/ | ||
| - | |||
| - | To start a PyHoca-GUI session // | ||
| - | |||
| - | After you have authenticated against one of your configured server session profiles, you can access the authenticated session profile by // | ||
| - | |||
| - | ===== Further Readings ===== | ||
| - | |||
| - | For further readings, please also consult the README and TODO documentation files in the PyHoca-GUI source tree on the [[http:// | ||
| - | |||
| - | |||