You are not logged in.
I'm getting the journal flooded with the following warning:
wireplumber[1178]: wp-settings: Setting 'node.stream.default-media-role' does not exist in the settings schemaHaven't found so far how to solve this. If anyone does, thanks!!
Offline
Ok, I found the culprit.
It's in the create-item.lua file in /usr/share/wireplumber/scripts/node/ directory.
The file doesn't seem to have been updated since 2021, but it does get installed with the latest wireplumber. (I deleted the file and reinstalled wireplumber just to be sure.)
So, I doubt I'm the only one running with this journal flooding, unless nobody uses wireplumber. Let me know if you saw that too!
(And the fix for now is to comment out lines 47-51:
local default_role = Settings.get ("node.stream.default-media-role")
...Offline