How can I get Onboard (the screen keyboard) to stop launching every time I log in?

11,206

Solution 1

Looks like this bug is back in precise (tried using update manager, didn't work) This is the only solution I found:

Open a terminal window and type the following commands:

cd /etc/xdg/autostart
sudo rm onboard-autostart.desktop

Solution 2

Let's try two things here. Open the Terminal application and type these commands:

gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false
gsettings set apps.onboard xembed-onboard false

The first command toggles whether the screen keyboard should be visible, just to make sure it is supposed to be turned off. That is the same as the option under System Settings / Universal Access.

The second command makes sure OnBoard does not show when you unlock the screen. This is the same as opening OnBoard Preferences and finding that checkbox. Sometimes that option gets enabled and it doesn't change back.

Solution 3

It was a bug: launchpad

You can use Update Manager for fix

Solution 4

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

Share:
11,206

Related videos on Youtube

Christopher
Author by

Christopher

Ubuntu fan since Fiesty.

Updated on September 18, 2022

Comments

  • Christopher
    Christopher almost 2 years

    For some strange reason (i.e. I don't have a tablet computer) Onboard, the on-screen keyboard, starts every time I log in. I've checked Startup Applications, but it's not listed there. What could be making it start like this, and how can I get it to stop?

    • Admin
      Admin about 12 years
      When you say that Onboard starts every time you log in, do you happen to mean it appears when you are unlocking the screen? (Because that's an issue I have encountered, but it might not be what you're having).
  • Dylan McCall
    Dylan McCall about 12 years
    Kopkins, for that problem, see my answer. (It's an option in Onboard Settings that gets turned on unexpectedly). Uninstalling solves it too, of course :)
  • DevJem
    DevJem over 8 years
    That is the same as the option under System Settings / Universal Access. This saved my brain, as I didn't want to remove onboard but just turning it off wasn't working.