Questions tagged [x2go]

To access the graphical desktop of a Linux server over low bandwidth connections.

x2go sends an X11 application or desktop on a Linux server over the network to a client on Linux, Windows, or MacOS. It allows keyboard and mouse interaction, sound and printing, and the sending of files to the server. It uses the No Machine NX3 libraries to compress the graphical data so that it can be used over low bandwidth connections. As it uses ssh for the connection it is secure, but a desktop can be shared between multiple clients. Packages are available for many Linux distributions.

32 questions
9
votes
1 answer

x2go with multiple remote monitors

I'm trying out x2go on Arch Linux (local and remote) with a Cinnamon desktop environment to get remote access to the local session of my server over SSH. My problem is that the local server has 2 physical monitors, and x2go is giving me a single…
Paul
  • 241
  • 1
  • 8
6
votes
1 answer

X2Go: How to enable/disable

Documentation and various internet answers suggest x2goserver will have a service on systemd systems which can be started (or stopped, etc) with systemctl start x2goserver. However, there is no such service on my system (Fedora 30 MATE): Unit…
adatum
  • 1,111
  • 3
  • 13
  • 27
5
votes
0 answers

How to fix x2go desktop, that does not resize contents, to fit in remote desktop window size

I transferred the KDE settings (ie contents of .kde) folder from an existing KDE to a new installed computer. Normally when I connect to a remote x2go, the windows are resizable, ie adjusting the remote desktop's windows size resize the contents,…
vfclists
  • 7,215
  • 14
  • 51
  • 79
4
votes
0 answers

How do I view only one display at a time, connecting to a two-display system via X2go?

I have a Linux Mint 20 box at work that I want to connect to via X2go. I want to be able to pick up my work where I left off, so I want to access the current desktop, not start a new X session. The issue is that my work computer has two monitors, so…
user278411
  • 291
  • 1
  • 2
  • 6
4
votes
2 answers

i3-status freezes

I'm running i3 windows manager on Debian 10 and I'm connecting to the computer through X2go as I'm working at home at the moment. Since the upgrade from Debian 9 to Debian 10 (done recently) the i3-status bar freezes and I have to 'reload' i3 which…
map7
  • 113
  • 2
  • 4
  • 16
4
votes
0 answers

x2go terminates session immediately to xfce x2go server

I have troubles getting x2go up and running. My setup is Server: Debian 9 Client: Debian 8 When I try to connect to the server, the session is terminated immediately. Log of the server (/var/log/syslog): Sep 4 11:03:31 rocket…
guenhter
  • 163
  • 1
  • 1
  • 5
3
votes
0 answers

X2GO client won't connect to ubuntu 16.04 server

My client is Windows 10 and my server is Ubuntu 16.04. I was able to connect, however suddenly was unable to. I have tried reinstalling my client on Windows 10, however it doesn't work. On the server, my logs say connection established and do not…
My Name
  • 31
  • 3
3
votes
1 answer

why do i see the error 'stdin: is not a tty' when using x2go to remotely connect to several linux OS distributions?

I can see that several questions have been asked and answered regarding the error message stdin: is not a TTY with regards to SSH terminal connections between machines. However, I am using X2goserver and client to connect a Fedora 22 based client to…
tunist
  • 31
  • 1
  • 4
2
votes
1 answer

KDE crashes with X2Go on Kubuntu 16.04

X2Go won't connect to my Kubuntu 16.04 PC, while MATE and XFCE work well with X2Go. X2Go has an older version of X server built in and doesn't support some newer features; apparently that's why MATE and XFCE work well with it. X2Go does connect OK…
Bastion
  • 161
  • 9
2
votes
1 answer

x2go compresses multiple remote monitors into one window

I am trying to connect to a local session on a remote Linux machine which has two physical monitors attached. My local x2go client is a Windows machine with only one monitor. When I connect, the content of both remote monitors (since they are only…
Niclas
  • 131
  • 1
  • 4
2
votes
1 answer

How to make x2go’s windows get focus on click?

The problem I use x2go and both client and server side have i3 as wm. So, the problem is the conflict between each key bindings. When I press Super+w on the distant system’s window it affect the local system… so it’s very painful. A kind of solution…
fauve
  • 1,140
  • 2
  • 13
  • 28
2
votes
1 answer

Why XInput can't work in X-terminal?

I am trying to show keyboard event by app xinput. I tried on three workstations. On the first two workstations (in local X-session), all is good: Get device list: $ xinput ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST…
Xintrea
  • 121
  • 4
2
votes
1 answer

Permanent desktop on Amazon EC2 instance with ubuntu server

I'm trying to run a program on an ubuntu 14.04 server instance on Amazon, but it needs a gui. I can install lunbuntu and use x2go to view the desktop, but as soon as there is a hiccup in my internet connection, x2go's connection drops and the…
Name
  • 23
  • 3
2
votes
0 answers

x2go printer sharing trouble

I have a got x2go server installed on Debian 8 by official manual: On server-side: sudo aptitude install x2goserver x2goserver-printing cups cups-x2go I login on server as user with x2goclient. I install Virtual X2Go Printer.…
NCNecros
  • 121
  • 3
1
vote
1 answer

x2go session terminates immediately

The server to which I am connecting is CentOS 7, the client is Windows 10. I am able to connect to an existing X session as remote desktop, but launching anything standalone, e.g. terminal or web browser does not work - the window is briefly opened,…
user129186
  • 181
  • 7
1
2 3