Just upgraded and now my keyboard isn't working. I can't enter text in apps (libreoffice, nav bar in firefox, emails in thunderbird, gedit, etc). But oddly I can enter text to log in, use the dash and into app dialogues.
Interestingly, the screen keyboard “Onboard” suffers exactly the same way. Must be something with my 13.04 config, as if I log on as ‘guest’ all is fine.
cp -R ~/.gconf/desktop/gnome/accessibility/keyboard/ ~/.gconf/desktop/gnome/accessibility/keyboard_back
andcp -R ~/.gconf/desktop/gnome/peripheral/keyboard/ ~/.gconf/desktop/gnome/peripherals/keyboard_back
. Then remove mentioned two directories:rm -r ~/.gconf/desktop/gnome/accessibility/keyboard/ ~/.gconf/desktop/gnome/peripherals/keyboard/
Then restart your system. You should get a new keyboard settings. If it doesn't help then replace back the above directories. – Saurav Kumar Oct 17 '13 at 16:33