A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/24 12:31
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:pyhoca-cli?rev=1363360291
New Revision: http://wiki.x2go.org/doku.php/doc:installation:pyhoca-cli
Edit Summary: Add Raspbian information.
User : ionic
@@ -6,16 +6,20 @@
===== Debian GNU/Linux =====
PyHoca-CLI can be installed from the X2Go package repository. [[wiki:repositories:debian|Add the X2Go repository for Debian to your APT system]] before you continue.
+
+ ===== Raspbian GNU/Linux =====
+
+ PyHoca-CLI can be installed from the X2Go package repository. [[wiki:repositories:raspbian|Add the X2Go repository for Raspbian to your APT system]] before you continue.
===== Ubuntu GNU/Linux =====
PyHoca-CLI can be installed
from X2Go PPA on Launchpad. [[wiki:repositories: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):
+ After adding either of the above package sources to your Debian/Raspbian/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-cli
--
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 : 2016/11/24 12:30
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:advanced:x2goserver-in-detail?rev=140741…
New Revision: http://wiki.x2go.org/doku.php/wiki:advanced:x2goserver-in-detail
Edit Summary: Mention Raspbian.
User : ionic
@@ -7,15 +7,16 @@
Binary packages for various distros are [[download:start#X2Go Package Repositories for GNU/Linux|available]].
===== X2Go's Server: base package and extensions =====
- The ''x2goserver'' package (Debian/Ubuntu) provides the server-side core of X2Go. If you want to run the legacy X2Go client ([[doc:installation:x2goclient|X2Go Client]]) on the client-side systems then the installation of this package is sufficient.
+ The ''x2goserver'' package
(Debian/Raspbian/Ubuntu) provides the server-side core of X2Go. If you want to run the legacy X2Go client ([[doc:installation:x2goclient|X2Go Client]]) on the client-side systems then the installation of this package is sufficient.
However, in 2011 many new features/capabilities were added to X2Go.
- One feature was an ''x2goserver-extensions'' package (Debian/Ubuntu) that we consider as a namespace for X2Go server contributions. For example, the Python X2Go implementation requires some scripts available in this package. If you work on coding some other X2Go client implementation you are invited to contribute your server extensions within this namespace.
+ One feature was an ''x2goserver-extensions'' package (Debian/Raspbian/Ubuntu) that we consider as a namespace for X2Go server contributions. For example, the Python X2Go implementation requires some scripts available in this package. If you work on coding some other X2Go client implementation you are invited to contribute
your server extensions within this namespace.
* [[wiki:repositories:debian|Debian GNU/Linux]]
+ * [[wiki:repositories:raspbian|Raspbian GNU/Linux]]
* [[wiki:repositories:ubuntu|Ubuntu GNU/Linux]]
Also, **__if__** the remote server already has a //desktop environment// installed then one more X2Go package (besides x2goserver) must now be installed on the server before the X2Go Client can successfully initiate/start a remote desktop X2Go session.
@@ -28,9 +29,9 @@
</code>
**NOTE:** - this is a change from older versions of ''x2goserver'' installs where in previous versions the only requirement was to just execute ''sudo apt-get install x2goserver'' .
- ''x2goserver-xsession'' was originally introduced so that X2Go can be installed on Debian/Ubuntu Edu terminal servers and the sessions would look like they do on Debian Edu (aka Skolelinux) desktops. It actually does a lot more: start gpg-agent, start ssh-agent, desktop branding, etc.
+
''x2goserver-xsession'' was originally introduced so that X2Go can be installed on Debian/Raspbian/Ubuntu Edu terminal servers and the sessions would look like they do on Debian Edu (aka Skolelinux) desktops. It actually does a lot more: start gpg-agent, start ssh-agent, desktop branding, etc.
===== X2Go's Server: What is it? What does it do? =====
The base X2Go Server and also the X2go Server Extensions are basically a collection of Bash and Perl scripts that take care over X2Go server session management and communication between client and 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 : 2016/11/24 12:29
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:advanced:desktopbindings?rev=1388276930
New Revision: http://wiki.x2go.org/doku.php/wiki:advanced:desktopbindings
Edit Summary: Add Raspbian mentions.
User : ionic
@@ -20,9 +20,9 @@
NOTE: All desktop binding packages have to be installed on the X2Go server(s).
:!: **Before you begin!**
- > Installation of the desktop bindings are currently only provided as Debian/Ubuntu packages. Please make sure that you have added the x2go repository to your package management system. The required steps are described [[wiki:repositories:debian|here (Debian)]] and [[wiki:repositories:ubuntu|here (Ubuntu)]]
+ > Installation of the desktop bindings are currently
only provided as Debian/Raspian/Ubuntu packages. Please make sure that you have added the x2go repository to your package management system. The required steps are described [[wiki:repositories:debian|here (Debian)]], [[wiki:repositories:raspbian|here (Raspbian)]] and [[wiki:repositories:ubuntu|here (Ubuntu)]]
===== Desktop Bindings for GNOME (v2.x) =====
X2Go bindings for GNOMEv2 (package name: ''x2gognomebindings'') will add additional X2Go-related functionality to your GNOMEv2 Desktop.
@@ -112,11 +112,11 @@
===== Desktop Bindings for Trinity (v3.5.x) =====
:!: **WARNING:**
- > The desktop bindings for the Trinity desktop are planned and there already exists a Git project in the X2Go Git VCS. There already appears a package ''x2gotrinitybindings'' in the nightly-built package repositories (Debian/Ubuntu), but the code is very dysfunctional and not usable at all.
+ > The desktop bindings for the Trinity desktop are planned and there already exists a Git project
in the X2Go Git VCS. There already appears a package ''x2gotrinitybindings'' in the nightly-built package repositories (Debian/Raspbian/Ubuntu), but the code is very dysfunctional and not usable at all.
===== Desktop Bindings for XFCE4 (v4.x) =====
:!: **WARNING:**
> There currently are no desktop bindings for the XFCE4 desktop, but there has been a request from the community to work on that. Any help on this is appreciated, it might be fertile to adapt the ''x2gognomebindings'' package for that purpose. Please [[contact:start|contact]] the developers on the X2Go developers mailing list.
--
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 : 2016/11/24 12:27
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:advanced:tce:install?rev=1384270752
New Revision: http://wiki.x2go.org/doku.php/wiki:advanced:tce:install
Edit Summary: Add Raspbian note.
User : ionic
@@ -6,8 +6,10 @@
* X2Go Thin Client: a user workstation in your office that boots from the network with minimal software. Only purpose is to start the ''x2goclient'' software and provide access to one (or more) X2Go Server(s).
* X2Go PXE Server: the server that serves chroot images to X2Go Thin Clients via PXE, TFTP and NFS to thin client boxes. The X2Go PXE Server has to be situated in your LAN. X2Go PXE Server and X2Go Server can be one machine, in production setups we recommend to separate these
two functionalities onto two separate (virtual) servers.
<note>The X2Go TCE has been developed on/for Debian GNU/Linux. -- You can surely use any GNU/Linux distribution as X2Go Server (providing that the ''x2goserver'' package is available for the server's distro). The boot environment for the X2Go PXE Server has been developed on Debian GNU/Linux and also been tested on Ubuntu GNU/Linux. The X2Go Thin Client chroot can be configured to use Ubuntu GNU/Linux, but it is __highly recommended__ to leave the defaults and use Debian GNU/Linux for creating the X2Go TCE chroot.</note>
+
+ <note>The Debian instructions should also hold for Raspbian, a Debian fork rebuilt on armhf.</note>
===== Network setup =====
X2Go TCE requires a local area network (LAN) that is at least switched at 100MB/s. The X2Go Thin Client chroot distribution is not designed to work over the internet or on low bandwidth connections, but the X2Go Thin Client can possibly give access to X2Go servers
outside of your LAN infrastructure that is: X2Go Thin Clients can be used to work on X2Go servers on the WAN (e.g. on the internet, in a public cloud, etc.).
--
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 : 2016/11/24 12:23
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:pyhoca-gui?rev=1424738953
New Revision: http://wiki.x2go.org/doku.php/doc:installation:pyhoca-gui
Edit Summary: Add Raspbian information.
User : ionic
@@ -1,9 +1,13 @@
====== Installing Pyhoca-GUI ======
==== Debian GNU/Linux ====
- PyHoca-GUI and PyHoca-CLI can be installed from the X2Go package repository. [[wiki:repositories:debian|Add the X2Go repository for Debian to your APT system]] before you continue. Older versions of PyHoca-GUI and PyHoca-CLI are also available in the Debian distribution (Debian jessie and above) itself.
+ PyHoca-GUI and PyHoca-CLI can be installed from the X2Go package repository.
[[wiki:repositories:debian|Add the X2Go repository for Debian to your APT system]] before you continue. Older versions of PyHoca-GUI and PyHoca-CLI are also available in the Debian distribution (Debian Jessie and above) itself.
+
+ ==== Raspbian GNU/Linux ====
+
+ PyHoca-GUI and PyHoca-CLI can be installed from the X2Go package repository. [[wiki:repositories:raspbian|Add the X2Go repository for Raspbian to your APT system]] before you continue. Older versions of PyHoca-GUI and PyHoca-CLI are also available in the Raspbian distribution (Raspbian Jessie and above) itself.
==== Ubuntu GNU/Linux ====
PyHoca-GUI and PyHoca-CLI can be installed from X2Go PPA on Launchpad. [[wiki:repositories:ubuntu|Add the X2Go/stable PPA to your APT system]] before you continue. Older versions of PyHoca-GUI and PyHoca-CLI are also available in the Ubuntu distribution (Ubuntu 12.04 and above) itself.
--
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 : 2016/11/24 12:22
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goclient?rev=1478030035
New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goclient
Edit Summary: Update Rasbian information.
User : ionic
@@ -69,18 +69,34 @@
You can now start X2Go Client 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:repositories:debian|Adding the X2Go repo to Debian GNU/Linux]]
- *
[[wiki:repositories:ubuntu|Adding the X2Go repo to Ubuntu GNU/Linux]]
+ * [[wiki:repositories:debian|Adding the X2Go Repository Debian GNU/Linux]]
+ * [[wiki:repositories:ubuntu|Adding the X2Go Repository to Ubuntu GNU/Linux]]
===== Raspbian =====
- X2Go Client is part of Raspbian (Debian Wheezy for the Raspberry pi.) Install it using the following command:
+ ==== Quick ====
+
+ X2Go Client is part of Raspbian Wheezy & Jessie. 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 X2Go Client 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:repositories:raspbian|Adding the X2Go Repository to Raspbian GNU/Linux]]
===== Fedora =====
X2Go Client is part of Fedora 19 and later. Install it using the
--
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 : 2016/11/24 12:17
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/download:start?rev=1433529374
New Revision: http://wiki.x2go.org/doku.php/download:start
Edit Summary: Add Raspbian.
User : ionic
@@ -36,8 +36,9 @@
<WRAP round download>
When on GNU/Linux, you can obtain all X2Go components from one of the package archives listed below.
* Summary: [[wiki:repositories:start|Official X2Go Packages in GNU/Linux Distributions]]
* [[wiki:repositories:debian|Debian GNU/Linux]]
+ * [[wiki:repositories:raspbian|Raspbian GNU/Linux]]
* [[wiki:repositories:ubuntu|Ubuntu GNU/Linux]]
* [[wiki:repositories:suse|SUSE-based]]
* [[wiki:repositories:fedora|Fedora-based]]
* [[wiki:repositories:epel|RedHat-based
(EPEL)]]
--
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 : 2016/11/24 12:16
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:start?rev=1478064854
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:start
Edit Summary: Update Rasbian section.
User : ionic
@@ -33,9 +33,11 @@
Official packages for Raspbian (Debian Wheezy for the Raspberry pi):
* The client applications of X2Go have been officially packaged for Debian 7.0 (wheezy) or later. Raspbian has therefore included them.
- Newer / more packages are not available currently. X2Go's upstream package archive does not include Raspbian packages.
+ Newer / more packages for Debian provided by X2Go upstream:
+
+ * Newer client versions and X2Go Server + Add-Ons are available from X2Go upstream's
[[wiki:repositories:raspbian|package Archive for Raspbian systems]] (maintained by Mihai Moldovan)
===== Mageia =====
* Maintainer: Oliver Burger (<obgr_seneca(a)mageia.org>)
* x2goclient: already present
--
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 : 2016/11/24 12:13
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:nightly-builds?rev=1478068725
New Revision: http://wiki.x2go.org/doku.php/wiki:development:nightly-builds
Edit Summary: Add Raspbian.
User : ionic
@@ -10,13 +10,17 @@
===== Nightly Builds for GNU/Linux =====
- We provide nightly builds of X2Go client and X2Go server components for several GNU/Linux based distributions: [[#nightly-builds_for_debian_gnu_linux|Debian GNU/Linux]], [[#nightly-builds_for_debian_gnu_linux|Ubuntu GNU/Linux]], [[#nightly-builds_for_fedora_gnu_linux|Fedora GNU/Linux]] and [[#nightly-builds_for_epel|Redhat Enterprise Linux (and derivates)]].
+ We provide nightly builds of X2Go client and X2Go server components
for several GNU/Linux based distributions: [[#nightly-builds_for_debian_gnu_linux|Debian GNU/Linux]], [[#nightly-builds_for_raspbian_gnu_linux|Raspbian GNU/Linux]], [[#nightly-builds_for_debian_gnu_linux|Ubuntu GNU/Linux]], [[#nightly-builds_for_fedora_gnu_linux|Fedora GNU/Linux]] and [[#nightly-builds_for_epel|Redhat Enterprise Linux (and derivates)]].
==== Nightly-Builds for Debian GNU/Linux ====
Follow [[wiki:repositories:debian#adding_this_repository_to_your_package_system|the X2Go Packages for Debian GNU/Linux instructions]], but comment the ''main'' lines and uncomment the ''heuler'' lines.
+
+ ==== Nightly-Builds for Raspbian GNU/Linux ====
+
+ Follow [[wiki:repositories:raspbian#adding_this_repository_to_your_package_system|the X2Go Packages for Raspbian GNU/Linux instructions]], but comment the ''main'' lines and uncomment the ''heuler'' lines.
==== Nightly Builds for Ubuntu GNU/Linux ====
The nightly builds for Ubuntu can be retrieved from a PPA on
Launchpad. Use the follwing command to add the ''ppa:x2go/ppa'' as a package source to your local system:
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/