Add wireplumber.settings back to .conf file
This seemed to fix my config fragment merge issues (if you have configuration fragments that change/add to wireplumber.settings
)
Came across the issue when I tried to set the following up in a config fragment - the setting would not apply and systemctl --user status wireplumber
would show logs that wireplumber.settings
could not merge in.
wireplumber.settings = {
bluetooth.autoswitch-to-headset-profile = false
}
This was removed from the .conf file relatively recently.
PLEASE NOTE - while trying to reproduce this to screenshot the exact merge issue I came across I found that I am seemingly unable to reproduce - so this may not be an issue, or perhaps is just an issue on new install i.e. wireplumber.settings = {}
is cached somewhere after being set once (?)
Unfortunately don't have the time now to try uninstalling and wiping wireplumber for a full reproduction.