foo_out_pulse icon indicating copy to clipboard operation
foo_out_pulse copied to clipboard

0.62-beta Connection refused on wine-6.0-rc

Open ParticleMon opened this issue 4 years ago • 2 comments

Thank you for this component! It seemed to work reasonably well on wine-5.22.

On wine-6.0-rc5 and previous candidates, 0.62-beta throws this: "Error: Pulseaudio: connection failed: Connection refused"

fb2k 1.5.2, Linux Mint 20.

ParticleMon avatar Jan 07 '21 14:01 ParticleMon

Hi, yes I have noticed the same but haven't had time to look into it recently. In the mean time I am just using IP authentication in my pulse default.pa, like:

load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1

Note that this allows access to your pulse daemon from any local user, and possibly other things which shouldn't be able to access it such as containers or sandboxed things, so it's up to you whether you use it.

sammoth avatar Jan 07 '21 17:01 sammoth

I was already using that but without auth-ip-acl.

It works now. Thanks!

ParticleMon avatar Jan 07 '21 18:01 ParticleMon