Когда я запускаю свой ноутбук (Debian unstable, Xfce), раскладка клавиатуры неправильная, и она использует раскладку клавиатуры США, хотя физическая клавиатура немецкая.
Как вы можете установить его на немецкий язык?
Настройка немецкая
$ cat /etc/default/keyboard
# If you change any of the following variables and HAL and X are
# configured to use this file, then the changes will become visible to
# X only if HAL is restarted. In Debian you need to run
# /etc/init.d/hal restart
# The following variables describe your keyboard and can have the same
# values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
# in /etc/X11/xorg.conf.
XKBMODEL="pc105"
XKBLAYOUT="de"
XKBVARIANT="nodeadkeys"
XKBOPTIONS=""
# If you don't want to use the XKB layout on the console, you can
# specify an alternative keymap. Make sure it will be accessible
# before /usr is mounted.
# KMAP=/etc/console-setup/defkeymap.kmap.gz
BACKSPACE="guess"
и он фактически утверждает, что использует немецкую раскладку на панели переключения раскладки клавиатуры xfce. Тем не менее, эта панель лежит и использует макет США, пока я не переключусь на США и обратно.