-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
Describe the problem:
Starting with release 1.0.216, X11 forwarding stopped working
Environment:
Local machine: Windows 11, Tabby 1.0.215, 1.0.216, 1.0.219, 1.0.220, VcXsrv 21.1.13
Remote Machine: Raspberry Pi 5 with Debian GNU/Linux bookworm 12.9 aarch64
To Reproduce:
1, Launch VcXsrv on the local machine.
2, Enable the X11 forwarding option in an SSH profile.
3, Use this profile to establish an SSH session and enable "X11Forwarding" in the sshd_config file on the remote machine.
4, Restart the remote sshd service and reconnect the SSH session.
5, Run an X application, such as xeyes, within the SSH session.
6, With Tabby release 1.0.215, an xeyes window appears as expected. However, with releases 1.0.216 and 1.0.219, 1.0.220 nothing happens.