Comment 5 for bug 1489651

Revision history for this message
Tom Bailey (tom-bailey) wrote : Re: Bluetooth audio not working

For some reason making pulseaudio non-executable by hte gdm user didn't work for me, but metchebe's second workaround got bluetooth audio working.

Another way to achieve the same thing is to remove these lines from /etc/pulse/default.pa

.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif

And then create ~/.config/pulse/default.pa with this content

.include /etc/pulse/default.pa

.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif