mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
default/system.pa: Do not load module-dbus-protocol
The author of this module, Tanu Kaskinen, has said that this module "is not suitable for general use". Also, it is still causing crashes on card removal (see bug 69871). Qpaeq, and possibly other tools, use this module - but they can load the module manually if they still wish to use it. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
5a2fd6624d
commit
dcb52b0844
2 changed files with 0 additions and 12 deletions
|
|
@ -171,13 +171,6 @@ load-module module-filter-heuristics
|
|||
load-module module-filter-apply
|
||||
])dnl
|
||||
|
||||
ifelse(@HAVE_DBUS@, 1, [dnl
|
||||
### Load DBus protocol
|
||||
.ifexists module-dbus-protocol@PA_SOEXT@
|
||||
load-module module-dbus-protocol
|
||||
.endif
|
||||
])dnl
|
||||
|
||||
ifelse(@HAVE_X11@, 1, [dnl
|
||||
# X11 modules should not be started from default.pa so that one daemon
|
||||
# can be shared by multiple sessions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue