Comment 43 for bug 1953052

Revision history for this message
Daniel van Vugt (vanvugt) wrote (last edit ):

I think this is a better fix: Just comment out the default-profile line in
/usr/share/pipewire/media-session.d/media-session.conf

    with-audio = [
        metadata
        default-nodes
        #default-profile
        default-routes
        alsa-seq
        alsa-monitor
    ]

Seems to be enough to fix this bug without having to cripple PipeWire in any significant way.

If the above fix can be adapted to only omit default-profile in the presence of another audio server like pulse then I think that would be even better... But I don't know enough about the config semantics yet.