When I launch the System Settings application from the terminal, it shows this error.
(unity-control-center:3291): GLib-CRITICAL **: g_strsplit: assertion 'string != NULL' failed
Segmentation fault (core dumped)
What should I do to fix it?
When I launch the System Settings application from the terminal, it shows this error.
(unity-control-center:3291): GLib-CRITICAL **: g_strsplit: assertion 'string != NULL' failed
Segmentation fault (core dumped)
What should I do to fix it?
I had this issue myself.
I was able to fix it by running this command: setsid unity
and then restarting.
When Unity relaunched, it was working.