Since updating to 22.04, the settings menu segfaults every time I try to start it. I see some other threads with this issue - one who stopped using ubuntu as a solution, and the other answers did not work. Purging and reinstalling did not work. Changing the repo did not work (only using base repos now) link1 link2 link3
Here is my error:
(gnome-control-center:99164): GLib-CRITICAL **: 06:20:19.572: g_strsplit: assertion 'string != NULL' failed
Segmentation fault (core dumped)
I'm using the following version: gnome-control-center/jammy-updates,now 1:41.7-0ubuntu0.22.04.4 amd64 [installed]
Some output:
(No debugging symbols found in gnome-control-center)
(gdb) r
Starting program: /usr/bin/gnome-control-center
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe9ca7640 (LWP 100558)]
[New Thread 0x7fffe94a6640 (LWP 100559)]
(gnome-control-center:100555): GLib-CRITICAL **: 06:33:32.123: g_strsplit: assertion 'string != NULL' failed
Thread 1 "gnome-control-c" received signal SIGSEGV, Segmentation fault.
0x00007ffff538e842 in ?? () from /lib/x86_64-linux-gnu/libcogl.so.20
(gdb) bt
#0 0x00007ffff538e842 in () at /lib/x86_64-linux-gnu/libcogl.so.20
#1 0x00007ffff53d4599 in () at /lib/x86_64-linux-gnu/libcogl.so.20
#2 0x00007ffff53932d0 in cogl_renderer_connect () at /lib/x86_64-linux-gnu/libcogl.so.20
#3 0x00007ffff5665305 in () at /lib/x86_64-linux-gnu/libclutter-1.0.so.0
#4 0x00007ffff568a2b7 in () at /lib/x86_64-linux-gnu/libclutter-1.0.so.0
#5 0x00007ffff568a608 in () at /lib/x86_64-linux-gnu/libclutter-1.0.so.0
#6 0x00007ffff7c8ca67 in g_option_context_parse () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7 0x00007ffff568a85a in clutter_init () at /lib/x86_64-linux-gnu/libclutter-1.0.so.0
#8 0x00007ffff6edee91 in cheese_gtk_init () at /lib/x86_64-linux-gnu/libcheese-gtk.so.25
#9 0x00005555555bcbf4 in main ()