62

Somehow, I activated the on-screen keyboard (Onboard) in the unlock screen and I can't deactivate it now. I've restarted the computer, but it's still there in the unlock screen.

How can I deactivate the on-screen keyboard in the unlock screen?

Seth
  • 58,122
apdnu
  • 1,007

3 Answers3

79

GUI method

Search for Onboard settings from the gnome-shell overview.

Under General tab and Desktop integration heading, uncheck the option Show Onboard when unlocking the screen.

enter image description here

Command-line method

Thanks to fossfreedom's answer to a similar question

Run the following command in a terminal:

gsettings set apps.onboard xembed-onboard false

If the above is not working, try this one:

gsettings set org.gnome.desktop.screensaver embedded-keyboard-enabled false

worked for me (Ubuntu 12.04).

jokerdino
  • 41,320
26

In the Dash, open Onboard Settings.

enter image description here

Unmark Show Onboard when unlocking the screen.

enter image description here

Done.

Jakob
  • 10,579
2

On login page of ubuntu, click human icon on top bar then un check onscreen keyboard.

eetsurt
  • 148
  • 1
  • 11