GNOME Bugzilla – Bug 696962
nautilus-3.8 needs gsettings-desktop-schemas-3.8
Last modified: 2013-03-31 15:22:24 UTC
configure doesn't check for any version: PKG_CHECK_MODULES(NAUTILUS, [ gthread-2.0 >= glib_minver gmodule-no-export-2.0 >= glib_minver gio-2.0 >= glib_minver gio-unix-2.0 >= glib_minver gsettings-desktop-schemas libnotify >= notify_minver ]) but it needs gsettings-desktop-schemas, otherwise people get: $ nautilus (nautilus:29106): GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.privacy' is not installed Trace/breakpoint trap as reported downstream to: https://bugs.gentoo.org/show_bug.cgi?id=463908 Thanks for updating configure check
Okay, pushed a fix to require >= 3.8.0 to git.