Summary: | knotify (and kbiff) starts jackd with the flag -l only and creates zombies | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Matthias Apitz <guru> |
Component: | knotify | Assignee: | Olivier Goffart <ogoffart> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | CC: | cfeck, kdelibs-bugs, mklapetek, simonandric5, tcberner |
Priority: | NOR | ||
Version: | 4.14.0 | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Matthias Apitz
2015-06-07 14:59:58 UTC
Please ask in a forum of your distribution why jackd is started. KDE does not know anything about jackd. it is not true the kdelibs does not know anything about jackd: # find kde-runtime-4.14.2 -exec fgrep -H -C3 jackd {} \; kde-runtime-4.14.2/phonon/kded-module/phononserver.cpp- case PS::DeviceAccess::OssDriver: kde-runtime-4.14.2/phonon/kded-module/phononserver.cpp- return "oss"; kde-runtime-4.14.2/phonon/kded-module/phononserver.cpp- case PS::DeviceAccess::JackdDriver: kde-runtime-4.14.2/phonon/kded-module/phononserver.cpp: return "jackd"; kde-runtime-4.14.2/phonon/kded-module/phononserver.cpp- case PS::DeviceAccess::Video4LinuxDriver: kde-runtime-4.14.2/phonon/kded-module/phononserver.cpp- return "v4l2"; kde-runtime-4.14.2/phonon/kded-module/phononserver.cpp- case PS::DeviceAccess::InvalidDriver: > it is not true the kdelibs does not know anything about jackd You did notice that you're grepping in kde-runtime and *not* in kdelibs, right? ;) I'll save you some time and tell you that grepping kdelibs indeed comes out empty. Nevertheless, just because there is one single string found in your grep does not actually say that it's being started or anything. It is entirely possible that your pulseaudio and/or alsa and/or gstreamer is configured to use jack. See this http://jackaudio.org/faq/gstreamer_via_jack.html for example and try it in reverse. If you don't need jack at all, just install it. Otherwise yes, you should seek support from your distro, this is a configuration issue. Additionally, run "kcmshell4 kcmnotify" and check Player Settings tab. It may be that you have jackd set as custom command there. |