I'm accessing a guest using vnc.
The host as the vnc client are the same model (DELL GX620), in both case I have the same french keyboard (id azerty keyboard)
Accessing the guest vm from the console, I have no problem
If I try to access the guest vm using vnc, a gives q, it seems i have a us keyboard (id QWERTY) but with strange key affectation ( é for "1" for instance)
I put in the vmx file all the stuff about vnc, including password and
RemoteDisplay.vnc.keyMap = "fr"
or with
RemoteDisplay.vnc.keyMapFile = "/usr/lib/vmware/xkeymap/fr104"
buut without success.
I have no directory named /usr/lib/vmware/vnckeymap
Did someone succeed to have a localized keyboard ?
What did I miss ?
Thank you for your help.