A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/10 16:48
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:pyhoca?rev=1362934066
New Revision: http://wiki.x2go.org/doku.php/doc:installation:pyhoca
Edit Summary:
User : morty
@@ -1,4 +1,6 @@
+ ====== Installing Pyhoca ======
+
==== Debian GNU/Linux ====
PyHoca-GUI can be installed from the X2Go package repository. [[:wiki:x2go-repository-debian|Add the X2Go repository for Debian to your APT system]] before you continue.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/10 16:48
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/wiki:components:pyhoca-gui?rev=1362749499
New Revision: http://wiki.x2go.org/doku.php/wiki:components:pyhoca-gui
Edit Summary: Moved installation to appropriate namespace
User : morty
@@ -1,52 +1,11 @@
- ====== PyHoca-GUI - Download/Installation & Usage ======
+ ====== 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:libs:python-x2go|the project's Python X2Go client API]] (a Python module). PyHoca-GUI uses wxPython for rendering graphical desktop elements (menus, dialog boxes etc.).
PyHoca-GUI is
designed as a very minimal GUI that behaves very similar to GNOME's network manager applet (nm-applet). It appears as a small Phoca icon (a little seal) that docks to your systray panel (also called notification area) and allows you to manage multiple X2go sessions simultaneously.
-
- ===== Download/Installation =====
-
- ==== Debian GNU/Linux ====
-
- PyHoca-GUI can be installed from the X2Go package repository. [[:wiki:x2go-repository-debian|Add the X2Go repository for Debian to your APT system]] before you continue.
-
- ==== Ubuntu GNU/Linux ====
-
- PyHoca-GUI can be installed from X2Go PPA on Launchpad. [[:wiki:x2go-repository-ubuntu|Add the X2Go/stable PPA to your APT system]] before you continue.
-
- ==== ====
-
- After adding either of the above package sources to your Debian/Ubuntu system you will need to update your system with the new repository information by starting a terminal and execute the following commands (on Debian make sure you have sudo installed and
configured):
-
- <code>
- $ sudo aptitude update
- $ sudo aptitude install pyhoca-gui
- </code>
-
- ==== Other GNU/Linux (from source tarball) ====
-
- Other GNU/Linux distributions can install PyHoca-GUI from source tarballs. The PyHoca-GUI tarball releases can be downloaded from http://code.x2go.org/releases/source/pyhoca-gui, please choose the newest version available there and also consult the README.recommended file if available at the same location.
-
- Before installation make sure your system fulfills the (Python module) dependencies for PyHoca-GUI, amongst others: python-x2go, python-paramiko, python-gevent, python-greenlet, python-setproctitle, python-argparse, wxPython (2.8/2.9).
-
- If you have seen to installing required dependencies, extract the source tarball and run the Python installation script:
-
- <code>
- tar -vzxf pyhoca-gui_<version>.tar.gz
- cd pyhoca-gui_<version>
- python setup.py install
- </code>
-
- ==== MS Windows ====
-
-
[[http://code.x2go.org/releases/binary-win32/pyhoca-gui/|To install PyHoca-GUI for MS Windows click here.]] Download the //bundled// (PyHoca-GUI + VcXsrv + Ghostscript) or the //pure// (PyHoca-GUI only) setup installer to you computer and run the PyHoca-GUI setup and follow the presented installation instructions.
-
- ==== MacOS ====
-
- A PyHoca-GUI installer for MacOS is currently not available. Sorry.
===== Usage =====
==== Command Line Arguments ====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/10 16:47
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: ---
New Revision: http://wiki.x2go.org/doku.php/doc:installation:pyhoca
Edit Summary: created
User : morty
==== Debian GNU/Linux ====
PyHoca-GUI can be installed from the X2Go package repository. [[:wiki:x2go-repository-debian|Add the X2Go repository for Debian to your APT system]] before you continue.
==== Ubuntu GNU/Linux ====
PyHoca-GUI can be installed from X2Go PPA on Launchpad. [[:wiki:x2go-repository-ubuntu|Add the X2Go/stable PPA to your APT system]] before you continue.
==== ====
After adding either of the above package sources to your Debian/Ubuntu system you will need to update your system with the new repository information by starting a terminal and execute the following commands (on
Debian make sure you have sudo installed and configured):
<code bash>
sudo aptitude update
sudo aptitude install pyhoca-gui
</code>
==== Other GNU/Linux (from source tarball) ====
Other GNU/Linux distributions can install PyHoca-GUI from source tarballs. The PyHoca-GUI tarball releases can be downloaded from http://code.x2go.org/releases/source/pyhoca-gui, please choose the newest version available there and also consult the README.recommended file if available at the same location.
Before installation make sure your system fulfills the (Python module) dependencies for PyHoca-GUI, amongst others: python-x2go, python-paramiko, python-gevent, python-greenlet, python-setproctitle, python-argparse, wxPython (2.8/2.9).
If you have seen to installing required dependencies, extract the source tarball and run the Python installation script:
<code bash>
tar -vzxf pyhoca-gui_<version>.tar.gz
cd pyhoca-gui_<version>
python setup.py install
</code>
==== MS Windows
====
[[http://code.x2go.org/releases/binary-win32/pyhoca-gui/|To install PyHoca-GUI for MS Windows click here.]] Download the //bundled// (PyHoca-GUI + VcXsrv + Ghostscript) or the //pure// (PyHoca-GUI only) setup installer to you computer and run the PyHoca-GUI setup and follow the presented installation instructions.
==== MacOS ====
A PyHoca-GUI installer for MacOS is currently not available. Sorry.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/10 16:45
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:start?rev=1362932955
New Revision: http://wiki.x2go.org/doku.php/doc:installation:start
Edit Summary:
User : morty
@@ -1,96 +1,11 @@
+ ====== Clients ======
+ * [[doc:installation:x2goclient| Qt-based X2Go Client]]
- ====== Installation X2Go Client ======
- ===== Windows =====
- ==== Quick ===
- [[http://code.x2go.org/releases/binary-win32/x2goclient | Download X2Go for MS Windows™]] and install.
- ==== Detailed ===
- Download latest [[http://code.x2go.org/releases/binary-win32/x2goclient/|x2goclient for Windows]] and install. Administrator rights required.
-
- :!: Versions prior to 3.99.0.2 may have problems connecting to x2goserver if an
antivirus product is installed on the client (even if it is disabled/inactive). If you cannot use 3.99.0.2 or later, try using [[http://code.x2go.org/releases/binary-win32/x2goclient/pre-git/x2goclient-3.… 3.01-13]].
-
- :!: The Windows installer is based on Nullsoft and thus can be called with "/S" (case-sensitive) to perform a silent installation.
-
- ===== Apple/Mac =====
-
- [[http://code.x2go.org/releases/binary-macosx/x2goclient | Download X2Go for MacOS X™]]
-
-
- ===== Ubuntu / Debain =====
- ==== Quick ====
-
- X2Go Client is part of Ubuntu 12.04 and 12.10 as well as Debian Wheezy. Install it using the software center or by following command:
-
- <code bash>
- apt-get install x2goclient
- </code>
-
- ==== Detailed ====
-
- The ''x2goclient'' package will install x2goclient on your GNU/Linux system and will make sure, that every needed package will be installed as dependency.
-
- <code bash>
- aptitude install x2goclient
- </code>
-
- You
can now start X2goClient by typing ''x2goclient'' at the command-line or you'll find it inside the "Internet" section of your menu inside your graphical desktop environment.
-
- If your version does not include x2go or you want to try that latest builds (it always takes some time until a new version arrives in the official repositories) you can add our repositories:
-
- * [[wiki:x2go-repository-debian| Adding the X2Go repo to Debian GNU/Linux]]
- * [[wiki:x2go-repository-ubuntu| Adding the X2Go repo to Ubuntu GNU/Linux]]
-
-
- ===== Redhat =====
- You need to add our repository to yum:
-
- * [[wiki:x2go-repository-redhat|Redhat GNU/Linux]]
-
-
-
- ===== GNU/Linux with installation from source tarball =====
-
- The sources of this X2Go component are available as [[http://code.x2go.org/releases/source/x2goclient | source tarballs]].
-
-
-
-
- ===== Fedora =====
-
- **Warning:** This is not a supported installation. Do **NOT** expect any support from the developers of
x2go, Fedora or Mandriva.
-
- There are currently no Fedora packages for X2Go, but there are packages for Mandriva. For this installation all packages were downloaded from http://www.pbone.net.
-
- - Start a terminal, go to a suitable folder, e g Download.
- - Download packages for Mandriva (versions/file names may have changed):<code bash>wget ftp://ftp.pbone.net/mirror/ftp.mandrivauser.de/rpm/GPL/2010.1/i586/release/…
- wget ftp://ftp.pbone.net/mirror/ftp.mandrivauser.de/rpm/GPL/2010.1/i586/release/…
- wget ftp://ftp.pbone.net/mirror/carroll.cac.psu.edu/pub/linux/distributions/mand…
- wget ftp://ftp.pbone.net/mirror/carroll.cac.psu.edu/pub/linux/distributions/mand…
- wget
ftp://ftp.pbone.net/mirror/carroll.cac.psu.edu/pub/linux/distributions/mand…</code>
- - Install most of the packages with yum (automatically solves dependencies):<code bash>sudo yum install nxproxy-3.3.0-3mdv2010.1.i586.rpm libxcomp3-3.3.0-3mdv2010.1.i586.rpm libjpeg8-1.1.1-1-mdv2011.0.i586.rpm perl perl-Proc-Simple perl-Term-ReadPassword qt qt-x11</code>
- - Install packages with unmet dependecies ("perl-base" in Mandriva, Fedora calls it "perl"):<code bash>sudo rpm -ivh --nodeps x2goclient-3.01-3mud2010.1.i586.rpm x2goclient-cli-3.0.1-3mud2010.1.noarch.rpm</code>
-
-
- ====== Installation X2Go (Server) ======
-
- Please see [[wiki:components:x2goserver|X2go's Server Core]] for detailed documentation.
-
- * [[wiki:x2goserver-install-redhat|Minimal x2gosever install guide for RHEL 6]]
-
- ===== Ubuntu =====
-
- You might have to install ''add-apt-repository'' first using:
- <code bash>
- sudo
apt-get install python-software-properties
- </code>
-
- <code bash>
- sudo add-apt-repository ppa:x2go/stable
- sudo apt-get update
- sudo apt-get install x2goserver
- </code>
+ ====== Server and Components ======
+ * [[doc:installation:x2goserver|X2Go Server]]
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/10 16:44
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: ---
New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver
Edit Summary: created
User : morty
====== X2Go Server installation ======
Please see [[wiki:components:x2goserver|X2go's Server Core]] for detailed documentation.
* [[wiki:x2goserver-install-redhat|Minimal x2gosever install guide for RHEL 6]]
===== Ubuntu =====
You might have to install ''add-apt-repository'' first using:
<code bash>
sudo apt-get install python-software-properties
</code>
<code bash>
sudo add-apt-repository ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goserver
</code>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/10 16:42
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: ---
New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goclient
Edit Summary: Move contents to subpage
User : morty
====== Installing the Qt-based X2Go Client ======
===== Windows =====
==== Quick ===
[[http://code.x2go.org/releases/binary-win32/x2goclient | Download X2Go for MS Windows™]] and install.
==== Detailed ===
Download latest [[http://code.x2go.org/releases/binary-win32/x2goclient/|x2goclient for Windows]] and install. Administrator rights required.
:!: Versions prior to 3.99.0.2 may have problems connecting to x2goserver if an antivirus product is installed on the client (even if it is disabled/inactive). If you cannot use 3.99.0.2 or later, try using
[[http://code.x2go.org/releases/binary-win32/x2goclient/pre-git/x2goclient-3.… 3.01-13]].
:!: The Windows installer is based on Nullsoft and thus can be called with "/S" (case-sensitive) to perform a silent installation.
===== Apple/Mac =====
[[http://code.x2go.org/releases/binary-macosx/x2goclient | Download X2Go for MacOS X™]]
===== Ubuntu / Debain =====
==== Quick ====
X2Go Client is part of Ubuntu 12.04 and 12.10 as well as Debian Wheezy. Install it using the software center or by following command:
<code bash>
apt-get install x2goclient
</code>
==== Detailed ====
The ''x2goclient'' package will install x2goclient on your GNU/Linux system and will make sure, that every needed package will be installed as dependency.
<code bash>
aptitude install x2goclient
</code>
You can now start X2goClient by typing ''x2goclient'' at the command-line or you'll find it inside the "Internet" section of your menu inside your graphical desktop environment.
If
your version does not include x2go or you want to try that latest builds (it always takes some time until a new version arrives in the official repositories) you can add our repositories:
* [[wiki:x2go-repository-debian| Adding the X2Go repo to Debian GNU/Linux]]
* [[wiki:x2go-repository-ubuntu| Adding the X2Go repo to Ubuntu GNU/Linux]]
===== Redhat =====
You need to add our repository to yum:
* [[wiki:x2go-repository-redhat|Redhat GNU/Linux]]
===== GNU/Linux with installation from source tarball =====
The sources of this X2Go component are available as [[http://code.x2go.org/releases/source/x2goclient | source tarballs]].
===== Fedora =====
**Warning:** This is not a supported installation. Do **NOT** expect any support from the developers of x2go, Fedora or Mandriva.
There are currently no Fedora packages for X2Go, but there are packages for Mandriva. For this installation all packages were downloaded from http://www.pbone.net.
- Start a terminal, go to a
suitable folder, e g Download.
- Download packages for Mandriva (versions/file names may have changed):<code bash>wget ftp://ftp.pbone.net/mirror/ftp.mandrivauser.de/rpm/GPL/2010.1/i586/release/…
wget ftp://ftp.pbone.net/mirror/ftp.mandrivauser.de/rpm/GPL/2010.1/i586/release/…
wget ftp://ftp.pbone.net/mirror/carroll.cac.psu.edu/pub/linux/distributions/mand…
wget ftp://ftp.pbone.net/mirror/carroll.cac.psu.edu/pub/linux/distributions/mand…
wget ftp://ftp.pbone.net/mirror/carroll.cac.psu.edu/pub/linux/distributions/mand…</code>
- Install most of the packages with yum (automatically solves dependencies):<code bash>sudo yum install nxproxy-3.3.0-3mdv2010.1.i586.rpm
libxcomp3-3.3.0-3mdv2010.1.i586.rpm libjpeg8-1.1.1-1-mdv2011.0.i586.rpm perl perl-Proc-Simple perl-Term-ReadPassword qt qt-x11</code>
- Install packages with unmet dependecies ("perl-base" in Mandriva, Fedora calls it "perl"):<code bash>sudo rpm -ivh --nodeps x2goclient-3.01-3mud2010.1.i586.rpm x2goclient-cli-3.0.1-3mud2010.1.noarch.rpm</code>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/10 16:40
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:faq:start?rev=1362933580
New Revision: http://wiki.x2go.org/doku.php/doc:faq:start
Edit Summary:
User : morty
@@ -70,13 +70,13 @@
===== Client FAQ =====
==== Is there a MS Windows Client? ====
- [[doc:installation:start#apple_mac|yes]]
+ [[doc:installation:start#windows|yes]]
==== Is there a MacOS Client? ====
- Yes, you can find it on our [[installation]] (FIXME) page.
+ [[doc:installation:start#apple_mac|Yes!]]
==== Can I use x2goprint with Windows Clients? ====
To set a print target, you'll need ''x2goclient''. For example you can use the RDP tunneling feature of X2go.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/10 16:39
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:faq:start?rev=1362749499
New Revision: http://wiki.x2go.org/doku.php/doc:faq:start
Edit Summary: [Is there a MS Windows Client?]
User : morty
@@ -70,9 +70,9 @@
===== Client FAQ =====
==== Is there a MS Windows Client? ====
- Yes, you can find it on our [[installation]] (FIXME) page.
+ [[doc:installation:start#apple_mac|yes]]
==== Is there a MacOS Client? ====
Yes, you can find it on our [[installation]] (FIXME) page.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/10 16:37
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:usage:start?rev=1362933374
New Revision: http://wiki.x2go.org/doku.php/doc:usage:start
Edit Summary: [Usage]
User : morty
@@ -1,11 +1,11 @@
====== Usage ======
* [[wiki:components:x2goclient|X2Go Client]], the Qt client
- * [[wiki:components:pyhoca-gui|PyHoca-GUI]], the Python based client
+ * [[wiki:components:pyhoca-gui#Usage|PyHoca-GUI]], the Python based client
* [[wiki:components:pyhoca-cli|PyHoca-CLI]], the Pyhton based command line client
===== Further Information =====
[[:wiki:start|Wiki Pages]]
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/10 16:36
Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 93.104.156.228
Hostname : ppp-93-104-156-228.dynamic.mnet-online.de
Old Revision: http://wiki.x2go.org/doku.php/doc:usage:start?rev=1362749499
New Revision: http://wiki.x2go.org/doku.php/doc:usage:start
Edit Summary: Ad usage links
User : morty
@@ -1,8 +1,11 @@
====== Usage ======
- ===== X2Go Client =====
- ===== X2Go Server =====
- ===== Further Informations =====
+ * [[wiki:components:x2goclient|X2Go Client]], the Qt client
+ * [[wiki:components:pyhoca-gui|PyHoca-GUI]], the Python based client
+ * [[wiki:components:pyhoca-cli|PyHoca-CLI]], the Pyhton based command line client
+
+
+ ===== Further Information =====
[[:wiki:start|Wiki Pages]]
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/