File kdebase-runtime-4.3.2-knotify-fix-cpu-charge.patch of Package kdebase4-runtime
--- kdebase-runtime-4.3.2/knotify/notifybysound.cpp~ 2009-08-27 10:17:34.000000000 +0200
+++ kdebase-runtime-4.3.2/knotify/notifybysound.cpp 2009-10-15 01:21:36.000000000 +0200
@@ -286,6 +286,7 @@
{
Player *player=d->playerObjects.take(id);
disconnect(player->media, SIGNAL(finished()), d->signalmapper, SLOT(map()));
+ player->stop();
d->playerPool.returnPlayer(player);
//d->poolTimer.start(1000, this);
}