xfce 4.6でemacsバインディング

Fedora 11 RC2を入れてみたらfirefoxのキーバインディングemacsでなくなってしまいました。
xfce 4.6 で xfce-mcs-plugins がなくなって、~/.config/xfce4/mcs_settings/gtk.xml

<option name="Gtk/KeyThemeName" type="string" value="Emacs"/>

が認識されなくなったせいです。

xfconf-query -c xsettings -p /Gtk/KeyThemeName -s Emacs

で直りました。~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml

<property name="Gtk" type="empty">
  <property name="KeyThemeName" type="string" value="Emacs"/>
</property>

というのが入ります。