New keyboard on bottom of desktop

Asked by James Musser

I upgraded a few days ago and found a keyboard on the bottom of the desktop. Can click on it with password and the desktop is created... or I can key in the paddword on the lapyop keyboard just like before. I do not need the new short keyboard on the bottom of the screen. How can I delete it?? Does anyone else find this keyboard on their screen??

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu lightdm Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

what is the output of:

ps -ef | egrep 'onboard|gok'; lsb_release -a; uname -a

Thanks

Revision history for this message
James Musser (jim4305) said :
#2

Thanks for the answer. Below is the output you asked me to get. I
have identified the software as Onboard.

 How can I delete it?? sudo-delete onboard??

JIm

jim2772 4102 4046 0 10:28 pts/0 00:00:00 egrep --color=auto onboard|gok
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise
Linux jim2772-laptop 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26
21:32:50 UTC 2012 i686 i686 i386 GNU/Linux
jim2772@jim2772-laptop:~$

On Thu, Nov 1, 2012 at 9:21 AM, actionparsnip
<email address hidden> wrote:
> Your question #212922 on lightdm in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/lightdm/+question/212922
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> what is the output of:
>
> ps -ef | egrep 'onboard|gok'; lsb_release -a; uname -a
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/lightdm/+question/212922
>
> You received this question notification because you asked the question.

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

sudo apt-get --purge remove onboard

Will uninstall it

Revision history for this message
James Musser (jim4305) said :
#4

Thanks actionparsnip, that solved my question.