не работает раскладка в Scratch

В последней версии beta2 не работает раскладка клавиатуры, вопрос почему и как ее исправить?
cat /etc/X11/xorg.conf.d/keyboard.conf

#------------------------------------------------------------------------------
 # Modified Calculate-install 2.2.14
 # Processed template files:
 # /usr/share/calculate/templates/install/1merge/xorg-server/X11/xorg.conf.d/keyboard.conf
#------------------------------------------------------------------------------

 # Keyboard settings                                                                                                                                                                                            
Section "InputClass"                                                                                                                                                                                           
  Identifier  "keyboard"                                                                                                                                                                                       
  Driver  "evdev"                                                                                                                                                                                              
  Option  "Protocol" "event"                                                                                                                                                                                   
  MatchIsKeyboard "1"                                                                                                                                                                                          
  Option "XkbLayout" "us,ru"                                                                                                                                                                                   
  Option "XkbOptions" "grp:caps_toggle,grp:switch,grp_led:caps"                                                                                                                                                
EndSection                                                       

что еще нужно?

Не знаю поможет ли… У меня в KDE этот файл выглядит так:

$ cat /usr/share/calculate/templates/install/1merge/xorg-server/X11/xorg.conf.d/keyboard.conf
 # Calculate comment=#

 # Keyboard settings
Section "InputClass"
  Identifier  "keyboard"
  Driver  "evdev"
  Option  "Protocol" "event"
  MatchIsKeyboard "1"
  Option "XkbLayout" "#-os_install_locale_xkbname-#"
#?os_install_locale_xkb!=us#
  Option "XkbOptions" "grp:caps_toggle,grp:switch,grp_led:caps"
#os_install_locale_xkb#
EndSection