i'm facing a weird problem.
I run the VirtualBox 2.1 (with a german WinXP guest) on a Kubuntu 8.04 with german locale settings.
If i start the VBox on my desktop everything works fine.
The problem occurs, when i do the following:
I start a vncserver with the following commandline
Code: Select all
Xvnc -geometry 1024x768 -depth 24 -rfbAuth vncpasswd :2Code: Select all
DISPLAY=:2 VBoxManage startvm myXP Code: Select all
vncviewer :2But the problem is: When i'm in the VBox, my keyboard layout is no longer german, it's english.
The weird thing is, if i start a xterm in the same vnc session, my keyboard layout is german. It's only english inside the VBox.
On the other hand, as i wrote, when i start the VBox directly on my desktop, everything works fine.
I checked the locale settings on my linux system, they are all 'de_DE.UTF-8'
I checked the locale settings on the winXP guest, they are all set to german (also the keyboard layout settings).
I hope, i could describe the problem as good as possible.
Can somebody explain to me, where the problem can be?
I just want to have a german keyboard layout when i run the VirtualBox inside a vncserver.
Many thanks in advance for any hints to a resolution!
Greetings, -chris-