Code: Select all
pkill wireplumber && wireplumber &
will work on it. interestingly, this part of the startup wasn't changed.
Code: Select all
pkill wireplumber && wireplumber &
Code: Select all
#!/bin/bash
Code: Select all
The following packages have unmet dependencies:
wireplumber : Depends: libwireplumber-0.4-0 (= 0.4.13-1) but 0.4.16-1~mx23+1 is to be installed
E: Unable to correct problems, you have held broken packages.
You QSI indicates sysVinit (this is why we love QSI, it has a lot of info, but nothing personal).paul1149 wrote: Tue Dec 19, 2023 12:56 pm Ok, great. Glad you found it.
Actually, I'm surprised to learn I'm on SysVInit. I thought I was on SystemD. If I switch to SystemD would that affect anything I plan to do here?
some of the old -modules packages are now transition packages to the new libspa- packages. so the depends might not really be new, just new package names, if you catch my meaning.MadMax wrote: Tue Dec 19, 2023 12:00 pm Not updated yet, but I noticed the update wants to pull in a new pipewire dependency even though I removed pipewire from my system, too (libpipewire-0.3-0 happened to be unremovable back then). Apparently this comes from the update to pipewire 1.0. I suspect the dependency got added to either libpipewire-0.3-0 or libspa-0.2-modules.
From my understanding this SHOULD not break anything since they are only libs, but you never knowCode: Select all
Die folgenden NEUEN Pakete werden installiert: libpipewire-0.3-common (1.0.0-1~mx23+1) Die folgenden Pakete werden aktualisiert (Upgrade): ... libpipewire-0.3-0 (0.3.65-3 => 1.0.0-1~mx23+1) libspa-0.2-modules (0.3.65-3 => 1.0.0-1~mx23+1) ...
After the last update disaster with the faulty kernel I will postpone this update to the christmas weekend when I will have time to troubleshoot, just in case...