Fix inability to type in Spyder IDE over VNC
With Ubuntu at the remote and local ends, if unable to type anything into the Spyder IDE when connecting remotely over VNC, try TurboVNC on the laptop. Download the latest TurboVNC .deb file and Install the .deb file
gdebi turbovnc*.debNow, the command vncviewer maps to the more advanced TurboVNC instead of TightVNC.
Before using TurboVNC, errors included
Qt: XKEYBOARD extension not present on the X server.
I tried putting in the remote system’s ~/.profile the line
export XKB_DEFAULT_RULES=basebased on Spyder Github Issue but with no luck.