09-22-2022, 12:55 PM
(09-22-2022, 11:20 AM)jsch Wrote: The issue seems to be related to https://gitlab.gnome.org/World/Phosh/phosh/-/issues/840 and https://gitlab.gnome.org/World/Phosh/phosh/-/issues/841
glib 2.74 does no longer support G_REGEX_JAVASCRIPT_COMPAT whereas phosh was build with using that regex type/module
So we have to wait for a newer phosh release (or one compiled with a different flag?) before it's safe to upgrade libglib2
Downgrading the three liglib2 packages did the trick - thanks a million!
And to keep these packages even after the next update, it is neccessary to mark the packages on hold like this
Code:
sudo apt-mark hold libglib2.0-0 libglib2.0-bin libglib2.0-data
Type unhold for updating, when the issue with Phosh is solved.
Cheers!