The following script runs an xmms2 client called esperanza.  The client
automatically starts the xmms2 daemon but doesn't kill the daemon when it dies.

The idea is to run this script when I want to listen to music so that it will
kill the server (xmms2d) when I kill esperanza.

Running this script *WORKS* on one laptop but for the life of me I can't figure
out why it doesn't work on another similar Thinkpad with same Ubuntu version.
When I kill esperanza the second line doesn't seem to run because daemon keeps
playing the mp3 which is annoying.

Any ideas?

==============================================================

#!/bin/sh

esperanza
killall xmms2d


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to