2001-07-26 Bradford Hovinen <hovinen@ximian.com> * kill-gnomecc.sh: Don't kill oafd for fear that someone may be running Evolution. Kill bonobo-moniker-archiver after everything else is dead. Redirect errors to /dev/null. Kill the mouse properties capplet, too.
11 lines
448 B
Bash
Executable file
11 lines
448 B
Bash
Executable file
killall background-properties-capplet 2>/dev/null
|
|
killall sound-properties 2>/dev/null
|
|
killall keyboard-properties 2>/dev/null
|
|
killall mouse-properties-capplet 2>/dev/null
|
|
killall bonobo-moniker-archiver 2>/dev/null
|
|
|
|
killall -9 background-properties-capplet 2>/dev/null
|
|
killall -9 sound-properties 2>/dev/null
|
|
killall -9 keyboard-properties 2>/dev/null
|
|
killall -9 mouse-properties-capplet 2>/dev/null
|
|
killall -9 bonobo-moniker-archiver 2>/dev/null
|