5

I have MSI GE62 6QC laptop with internal Steelseries keyboard with installed Ubuntu 16.04.

I've got weird problems with keyboard. When I try to type in apps like gedit or firefox it doesn't work. But when I open second instance of app, keyboard works, but only in second app instance.

Keyboard works ok only with Ubuntu "things" like searching etc.

Also touchpad is not working, so it would be great if someone would have solution to this problem also ;)

Thanks!

Update

export GTK_IM_MODULE=xim

Partially helps, but console still does not work properly. I need to open next console. So this might be some clue.

hya
  • 121

1 Answers1

2

List IM modules:

env | grep -i -e im -e lang

Set all ibus to xim. For example:

export GTK_IM_MODULE=xim
hya
  • 121