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.
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.
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 += \ /usr/bin \ schemas- install \
--libexecdir=
--disable-static \
--disable-pulse \
--disable-
--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.