Skip to content

Instantly share code, notes, and snippets.

@yordanoweb
Created July 13, 2022 12:46
Show Gist options
  • Save yordanoweb/cb6273d2e9f1ed9caee367f39a75d1b9 to your computer and use it in GitHub Desktop.
Save yordanoweb/cb6273d2e9f1ed9caee367f39a75d1b9 to your computer and use it in GitHub Desktop.
Resolve issues with gnome-control-center

Segmentation fault after some config change

I had this issue:

~$ gnome-control-center

(gnome-control-center:3317): Gdk-WARNING **: 08:37:28.693: Cannot transform xsetting gtk-xft-dpi of type gchararray to type gint
(gnome-control-center:3317): Gdk-WARNING **: 08:37:28.701: Cannot transform xsetting gtk-xft-dpi of type gchararray to type gint
(gnome-control-center:3317): Gdk-WARNING **: 08:37:29.409: Cannot transform xsetting gtk-xft-dpi of type gchararray to type gint
(gnome-control-center:3317): Gdk-WARNING **: 08:37:29.409: Cannot transform xsetting gtk-enable-input-feedback-sounds of type gchararray to type gboolean
(gnome-control-center:3317): Gdk-WARNING **: 08:37:29.409: Cannot transform xsetting gtk-enable-event-sounds of type gchararray to type gboolean

Segmentation fault (core dumped)

After some googling, I found a suggestion at https://bbs.archlinux.org/viewtopic.php?id=244792

I executed the command:

dconf reset -f /org/gnome/control-center/

And the gnome-control-center was able to open again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment