Got Gnome desktop installed on TonidoPlug but when trying to vnc to it I realised the keyboard layout is messed up. This is how you fix it:
- Kill existing vnc session:
vncserver -kill :1(1 here is the pid) - Edit with:
nano /root/.vnc/xstartup - Add this line:
export XKL_XMODMAP_DISABLE=1 - Restart vncserver