X and Fluxbox :: slit de-insertion



I accidentally loaded a second wmix into the slit.
Is there a simple way to remove the copy of wmix from the slit without rebooting?

Quote (ubl @ Dec. 04 2005,20:25)
I accidentally loaded a second wmix into the slit.
Is there a simple way to remove the copy of wmix from the slit without rebooting?

Code Sample
pidof wmix
, then pick one and kill it's Process ID.

Took me a bit to figure out the penguinese... but here's what I did.  I opened up aterminal typed in "pidof wmix"  It gave me back 2 four didgit numbers: 1652 1708  Then I typed in  "kill pid 1708" and my extra wmix disapeared.   Thank you, crusadingknight

original here.