6

Possible Duplicate:
How do I disable the on-screen keyboard in the unlock screen?

Recently, every time I'm on the lockscreen, the visual keayboard appears at the bottom of the screen. How do I get it to disappear, and not appear again?

ATRus747
  • 145
  • 2
  • 8
  • The tricky part of this is that the visual keyboard is actually deactivated in the Accessibility settings. And it only appears on the lockscreen, and not on the login window, nor on the desktop... – ATRus747 Dec 23 '11 at 10:37

1 Answers1

6

You probably have been playing with the OnBoard keyboard with your screensaver and have enabled it to appear -

The solution would be the reverse of the linked Q&A - thus copy and paste the following into a terminal:

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

Linked Question:

  1. How to embed on-screen keyboard into gnome-screensaver 3.x unlock screen?
fossfreedom
  • 172,746
  • Thanks, it disappeared! What I don't understand is that I never changed the screensaver preferences, nor the Accessibility ones... – ATRus747 Dec 23 '11 at 10:43