| |
@@ -10,6 +10,11 @@
|
| |
# https://bugzilla.redhat.com/show_bug.cgi?id=1592434
|
| |
enable pipewire.socket
|
| |
|
| |
+ # Enable the PipeWire PulseAudio compatibility socket interface
|
| |
+ # https://bugzilla.redhat.com/show_bug.cgi?id=1907906
|
| |
+ # https://fedoraproject.org/wiki/Changes/DefaultPipeWire
|
| |
+ enable pipewire-pulseaudio.socket
|
| |
+
|
| |
# Enable the session agent for snaps
|
| |
# https://bugzilla.redhat.com/show_bug.cgi?id=1734371
|
| |
enable snapd.session-agent.socket
|
| |
In order to make PipeWire capable of taking over audio mixing
from PulseAudio, we need the socket activated service enabled
by default.
Reference: https://fedoraproject.org/wiki/Changes/DefaultPipeWire
Resolves: rhbz#1907906