The problem was solved for me with this tip:

http://www.tips5.com/how-to-fix-keyboard-mapping-issue-of-gnome-vnc-in-
ubuntu

The workaround is to include the line "export XKL_XMODMAP_DISABLE=1" in
~/.vnc/xstartup as in

    #!/bin/sh

    xrdb $HOME/.Xresources
    xsetroot -solid grey
    #x-terminal-emulator -geometry 80×24+10+10 -ls -title “$VNCDESKTOP Desktop” 
&
    #x-window-manager &
    export XKL_XMODMAP_DISABLE=1
    /etc/X11/Xsession

apparently it has to be before the "/etc/X11/Xsession" line

-- 
VNCSERVER SSH Keymap Keyboard jumbled
https://bugs.launchpad.net/bugs/112309
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to