Hi,
I just wanted to let you all know that I succeeded in running x2goclient on an Android mobile phone. It's no native port of x2goclient, rather, it's using a side-by-side install of Debian Wheezy on Android (does NOT require root, though!).
Things to do: a) Install these three Android Apps
b) Run GNUroot on your Android device and do this:
(Repeat 2) - 4) whenever you want to run this "Debian Wheezy in a box" again)
c) at the root shell, do this:
deb http://packages.x2go.org/debian wheezy main # X2Go Repository (sources of release builds) deb-src http://packages.x2go.org/debian wheezy main
to either /etc/apt/sources.list or /etc/apt/sources.list.d/x2go.list 6) apt-get update 7) apt-get install x2go-keyring && apt-get update 8) apt-get install lightdm openbox x2goclient pulseaudio ssh -y
Note that there is an issue: Starting local daemons seems to be impossible, even when using ports > 1024. So at the moment, neither sshd nor pulseaudio seem to work. This is where I'm stuck, it means there is no sound available.
xrdb $HOME/.Xresources xsetroot -solid grey x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & x-window-manager & # Fix to make GNOME work export XKL_XMODMAP_DISABLE=1 /etc/X11/Xsession
(some lines were commented out in the default installation)
d) repeat steps b) 2) - 4)
e) In your VNC client, do this:
-Stefan