After upgrading packages all dsb executables stop working

I am running NomadBSD 1.3.1 installed on my laptop SSD. A few days ago I upgraded the packages with the command:

> sudo pkg upgrade

After upgrading the packages the dsb executables stop working. For example running dbsmixer it crashes with the error message:

> dsbmixer
Cannot mix incompatible Qt library (5.14.2) with this library (5.15.0)
fish: “dsbmixer” terminated by signal SIGABRT (Abort)

I have also recompiled the dsbmixer executable from ports but I always obtain the same error.
Regards

Hi @Maurizio,

sudo pkg delete qt5-style-plugins
sudo pkg install qt5-style-plugins

This should do the trick.

1 Like

Hi @mk1,
thank you very much, it works !

I just replaced my Linux distros on two computers Nomad 1.3.2 and updated both of them using OctoPck. Everything works great, including the desktop. For me, no more Linux machines. This system flies on both my G60-549DX Notepad and my Dell Studio.

1 Like