Score:4

How to fix "GLib-GIO-ERROR Settings schema 'org.gtk.Settings.FileChooser' is not installed"?

eg flag

After updating my ubuntu 20.04 installation first inkscape "Save as" led to a crash of the program complaining about the FileChooser. While trying to fix the problem, now also nautilus . gives the same error:

org.gnome.Nautilus:5098): GLib-GIO-ERROR **: 21:48:41.547: Settings schema 'org.gtk.Settings.FileChooser' is not installed

Failed attempts to fix the issue:

  1. Reinstalling gtk3 sudo apt-get reinstall gtk-3.0 followed by logout/login.

  2. Installing gtk2 via sudo apt-get install gtk2.0 followed by logout/login.

Possibly related: broken-schema-org-gtk-settings-filechooser

Score:2
zw flag

This schema is contained in libgtk-3-common package. You have to reinstall it with

sudo apt-get update
sudo apt-get install --reinstall libgtk-3-common
int_ua avatar
cn flag
Didn't help for trying to work with Inkscape 1.1 (snap) on Kubuntu 20.04, `libgtk-3-common/focal-updates,focal-updates,now 3.24.20-0ubuntu1`
int_ua avatar
cn flag
https://gitlab.com/inkscape/inkscape/-/issues/2495 `sudo snap remove inkscape && sudo snap install inkscape`
N0rbert avatar
zw flag
Why do you think that your problem is the same? Please ask new question then.
Score:0
ca flag

In case you mess up the schema for any reason and you are no longer able to open the Gnome settings, e.g. gnome-control-center, just do the following and then logout and back in (or simply reboot):

rm .config/dconf/user

That’s it! Enjoy!

Sources:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.