Skip to content

Instantly share code, notes, and snippets.

@plembo
Created March 3, 2019 00:54
Show Gist options
  • Save plembo/2d6c9440a63e0cf8dc6d9e7fae550a14 to your computer and use it in GitHub Desktop.
Save plembo/2d6c9440a63e0cf8dc6d9e7fae550a14 to your computer and use it in GitHub Desktop.
GLib-GIO-ERROR for Gnome settings schema

GLib-GIO-ERROR for Gnome settings schema

(process:2937): GLib-GIO-ERROR **: 19:33:19.399: Settings schema 'org.gnome.calendar' is not installed

I've been seeing these kinds of errors more frequently lately, running Ubuntu 18.04 LTS.

Can't tell the root cause, but was able to fix the problem by reinstalling the app and desktop schema packages, and then rebuilding the schemas. So, for gnome-calendar:

$ sudo apt install --reinstall gnome-calendar
$ sudo apt install --reinstall gsettings-desktop-schemas
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas

I also had to run this command when the calendar icon failed to show up in the applications menu:

$ sudo update-icon-caches /usr/share/icons/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment