I’ve posted it in the testing announcement thread but not actually sure when it broke, I can’t open network settings anymore looks like a python error
[sawdoctor@sawdoctor-gs726qe ~]$ cinnamon-settings network
Using pam module (python3-pampy)
/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:436: DeprecationWarning: Gtk.Window.set_wmclass is deprecated
self.window.set_wmclass(wm_class, wm_class)
/usr/lib/python3.10/site-packages/gi/overrides/Gio.py:42: Warning: invalid unclassed pointer in cast to 'NMACertChooserButton'
return Gio.Application.run(self, *args, **kwargs)
/usr/lib/python3.10/site-packages/gi/overrides/Gio.py:42: Warning: g_type_instance_get_private: assertion 'instance != NULL && instance->g_class != NULL' failed
return Gio.Application.run(self, *args, **kwargs)
Segmentation fault (core dumped)
It is a upstream issue. Try downgrading libnma version from 1.8.34 to 1.8.32 for the time being:
sudo pacman -U /var/cache/pacman/pkg/package_name
Links
https://github.com/linuxmint/cinnamon/issues/10616
https://github.com/linuxmint/cinnamon-control-center/issues/274
1 Like
philm
February 4, 2022, 1:12pm
3
this fix needs to been added to control center package
committed 01:56PM - 31 Jan 22 UTC
I can't reproduce the original issue anymore, and NMACertChooser
is removed in n… etwork-manager-openvpn 1.8.34.
Fixes #10616
ref:
6db4961fd3a002182984d0e71ec364c9befdd93b
1 Like
philm
February 4, 2022, 1:32pm
4
check if cinnamon-control-center-5.2.1-5 fixes your issue
Thanks @ishaan2479 @philm
I’ve just downgraded libmna until the fix gets pushed and everything is working fine
I’m getting a PKGBUILD error trying to build cinnamon-contrtol-center-5.2.1-5. A bit out of my comfort zone but I’ll see if I can fix it first and report back
Edit
Just seen the update you pushed @philm everything is working fine now thanks
system
Closed
February 7, 2022, 3:39am
7
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.