Network Settings Broken

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

this fix needs to been added to control center package

1 Like

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

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.