Results 1 to 3 of 3
If I open a program that I doesn't have a 'close' button (Nautilus desktop, gnome-panel, etc), is there a way to create a launcher or terminal command that would close ...
- 09-21-2009 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 22
[SOLVED] Kill programs by name instead of PID?
If I open a program that I doesn't have a 'close' button (Nautilus desktop, gnome-panel, etc), is there a way to create a launcher or terminal command that would close that program for me instead of me having to us ps and kill?
- 09-21-2009 #2
You can use xkill to kill any program. Press Alt+F2 and type xkill. Make sure to click at correct location. If you click on Panel, Panel will be killed.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-23-2009 #3Just Joined!
- Join Date
- Mar 2006
- Posts
- 7
killall
or sometime "killall <program name>" will also help ..
(it will kill all the programs with that name.)
e.g: killall gnome-panel
it will kill gnome-panel


Reply With Quote
