Comment 4 for bug 891424

Revision history for this message
mark stover (stovenator) wrote :

The source code for Mate isn't on the LinuxMint servers, but if the source on GitHub for mate-settings-daemon is correct, it has pulse disabled in the debian/rules file.

https://github.com/linuxmint/Mate-Packages/blob/master/mate-settings-daemon/debian/rules

DEB_CONFIGURE_EXTRA_FLAGS += \
--libexecdir=/usr/bin \
--disable-static \
--disable-pulse \
--disable-schemas-install \
--enable-polkit

Not 100% sure if this is the cause of the issue, but I'm gonna try to grab the source and switch --disable-pulse to --disable-gstreamer to see if this resolves the bug.