|
2010-07-09
, 06:55
|
Posts: 755 |
Thanked: 406 times |
Joined on Feb 2008
@ UK
|
#2
|
|
2010-07-09
, 07:32
|
Posts: 83 |
Thanked: 130 times |
Joined on Dec 2009
|
#3
|
|
2010-07-09
, 07:39
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#4
|
... so i did 'top' and that one process up top is almost always about 75-80 percent....
The Following User Says Thank You to ossipena For This Useful Post: | ||
|
2010-07-09
, 08:00
|
Posts: 71 |
Thanked: 33 times |
Joined on Dec 2009
@ Munich, Germany
|
#5
|
|
2010-07-09
, 18:24
|
Posts: 604 |
Thanked: 108 times |
Joined on Feb 2010
@ Phoenix, WA
|
#6
|
|
2010-07-09
, 18:36
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#7
|
The Following User Says Thank You to Laughing Man For This Useful Post: | ||
|
2010-07-09
, 18:40
|
Posts: 604 |
Thanked: 108 times |
Joined on Feb 2010
@ Phoenix, WA
|
#8
|
In Xterm (the terminal) type in kill (or killall) hildon-input-method.
I recommend installing HTOP (from the extras repo). After using that app it will show you all running processes and you can kill from there.
|
2010-07-09
, 18:57
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#9
|
Thank you.
I typed 'kill hildon-input-method' and hit enter.
I got this back: "sh: bad pid 'hildon-input-method'
|
2010-07-09
, 19:13
|
Posts: 604 |
Thanked: 108 times |
Joined on Feb 2010
@ Phoenix, WA
|
#10
|
The kill command expects you to specific processes for termination by Process ID Number (PID). This is the left most column of the top command output. In your posted screenshot, that would be 1211.
Beware that some processes don't die easily and if the kill command doesn't work (the process still shows as running in your "top" display), then try using the "-9" argument, which tells the system to kill with extreme prejudice. Like so:
kill -9 <PID number>
Alternately, you can use the pkill (process kill) command to kill processes by their name, such as:
pkill hildon-input-method
Note that none of this tells us WHY your hildon-input-method has run amok...
this seems a bit weird. my load applet icon is always maxed out white bars, or even red. it goes back and forth... so i did 'top' and that one process up top is almost always about 75-80 percent.
http://www.flickr.com/photos/29629961@N03/4775801455/
i noticed this today... help plz