docker-desktop icon indicating copy to clipboard operation
docker-desktop copied to clipboard

Would it make sense to use x2go libraries than the Xpra?

Open paimpozhil opened this issue 11 years ago • 10 comments
trafficstars

X2go provides more features like sound and seem to be constantly /more actively developed

From latest windows clients, I am not able to connect anyway and the Docker desktop sessions are exiting/failing as soon as i hit connect from my windows client.

I can try to make this system use x2go however I am not very strong with x11 concepts so I wanted some opinion before i start.

paimpozhil avatar May 02 '14 21:05 paimpozhil

Ok, I have tried this and it seems to work 99% :+1:

https://github.com/paimpozhil/DockerX2go

it works with sound and everything, pretty cool.

It is not possible to use ubuntu software center yet but I will figure that out later on.

paimpozhil avatar May 04 '14 23:05 paimpozhil

Hi @paimpozhil, that's awesome! I tried to connect using the OS X X2go client, but unfortunately it crashes every time I try to establish a session. I used your Dockerfile to create the docker container. We don't need to run the x2go server in the container ?

root@9a5a76f38777:~# ps ax
  PID TTY      STAT   TIME COMMAND
    1 ?        S      0:00 /usr/sbin/sshd -D
 1327 ?        Rs     0:00 sshd: root@pts/0
 1328 pts/0    Ss     0:00 -bash
 2829 pts/0    R+     0:00 ps ax

rogaha avatar May 05 '14 04:05 rogaha

Please try to login as a root first then as dockerx user , it should work.

You need to have x2go server libraries but do not need to start anything.. it works a bit like Ansible .

On Mon, May 5, 2014 at 10:14 AM, Roberto Gandolfo Hashioka < [email protected]> wrote:

Hi @paimpozhil https://github.com/paimpozhil, that's awesome! I tried to connect using the OS X X2go client, but unfortunately it crashes every time I try to establish a session. I used your Dockerfile to create the docker container. We don't need to run the x2go server in the container ?

root@9a5a76f38777:~# ps ax PID TTY STAT TIME COMMAND 1 ? S 0:00 /usr/sbin/sshd -D 1327 ? Rs 0:00 sshd: root@pts/0 1328 pts/0 Ss 0:00 -bash 2829 pts/0 R+ 0:00 ps ax

— Reply to this email directly or view it on GitHubhttps://github.com/rogaha/docker-desktop/issues/17#issuecomment-42158873 .

Paim Pozhil

paimpozhil avatar May 05 '14 08:05 paimpozhil

@paimpozhil, I'm able to login in with root using ssh but everytime I try to login using dockerx using the x2go client it crashes. Which session type are you using?

rogaha avatar May 05 '14 23:05 rogaha

ok make sure to start the XFCE on boot with the x2go.. I forgot to mention it.. it is not obvious..

I guess thats why you have trouble

On Tue, May 6, 2014 at 5:00 AM, Roberto Gandolfo Hashioka < [email protected]> wrote:

@paimpozhil https://github.com/paimpozhil, I'm able to login in with root using ssh but everytime I try to login using dockerx using the x2go client it crashes. Which session type are you using?

— Reply to this email directly or view it on GitHubhttps://github.com/rogaha/docker-desktop/issues/17#issuecomment-42253079 .

Paim Pozhil

paimpozhil avatar May 06 '14 11:05 paimpozhil

Hi @paimpozhil, I have been playing with x2go and I think makes sense to move from xpra to x2go! It seems to be more stable! Do you want to become a maintainer of this repo and we can merge our efforts here?

rogaha avatar Sep 25 '14 20:09 rogaha

@rogaha Happy to do that.

paimpozhil avatar Sep 25 '14 20:09 paimpozhil

Ok, cool! I'll submit the PR with maintainers file today! You will be first official maintainer along with me! :)

rogaha avatar Sep 25 '14 20:09 rogaha

Here I have 3 versions of X2go servers dockerized going , Did you try any of them ?

https://github.com/paimpozhil/DockerX2go

On Fri, Sep 26, 2014 at 2:28 AM, Roberto Gandolfo Hashioka < [email protected]> wrote:

Ok, cool! I'll submit the PR with maintainers file today! You will be first official maintainer along with me! :)

— Reply to this email directly or view it on GitHub https://github.com/rogaha/docker-desktop/issues/17#issuecomment-56882986 .

Paim Pozhil

paimpozhil avatar Sep 25 '14 21:09 paimpozhil

Yeap! I tried the Xubuntu one! It works pretty well. But I wan't able to make the sound to work.

rogaha avatar Sep 26 '14 00:09 rogaha