Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 8830  / 1 Year ago, sun, april 16, 2023, 1:31:15

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


More From » gnome

 Answers
7

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

[#1435] Monday, April 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
luringdge

Total Points: 3
Total Questions: 126
Total Answers: 109

Location: India
Member since Sun, Feb 6, 2022
2 Years ago
luringdge questions
;