Home » Questions » Computers [ Ask a new question ]

SSH from mac to linux -> start gnome-session -> X11 keyboard mapping all messed up

SSH from mac to linux -> start gnome-session -> X11 keyboard mapping all messed up

I have 2 computers: echo.local is running Ubuntu 9.04. justin.local is running Mac OS 10.6.1. X11 version on the mac is 2.3.4.

Asked by: Guest | Views: 327
Total answers/comments: 1
Guest [Entry]

"Try creating a xmodmap first:

sudo xmodmap -pke > .xmodmaprc

After that, ssh -X gconf-editor

Navigate to:

Desktop > Gnome > Peripherals > Keyboard

Select ""layout"" and then add ""us"".

Restart X11

... This is half me fooling around, and the other half blatantly stolen from
bugs.launchpad.net/ubuntu/feisty/+source/vino/+bug/112955/comments/31

I'm not sure if the .xmodmaprc needs to be created, but hey.. the above steps worked for me!

Andrew"