After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 696962 - nautilus-3.8 needs gsettings-desktop-schemas-3.8
nautilus-3.8 needs gsettings-desktop-schemas-3.8
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-31 12:52 UTC by Pacho Ramos
Modified: 2013-03-31 15:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2013-03-31 12:52:55 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
Comment 1 Cosimo Cecchi 2013-03-31 15:22:24 UTC
Okay, pushed a fix to require >= 3.8.0 to git.