Description of problem: nautilus-2.90.1-1.fc15 will not open and is basically useless Version-Release number of selected component (if applicable): nautilus.x86_64 0:2.90.1-1.fc15 How reproducible:upgrade and try and use Steps to Reproduce: 1. 2. 3. Actual results: nautilus will not open Expected results: a working file manager Additional info:
Same Problem. Open shell in user login and run nautilus. Will throw error about a missing gnome lockdown schema. Yum installed gsettings-desktop-schemas Cleaned cached gnome desktop settings and restarted to get default gnome configuration. Nautilus now working with original desktop.
(In reply to comment #1) > Open shell in user login and run nautilus. Will throw error about a missing > gnome lockdown schema. Can you post exact error messages?
I do not have the exact error message since I fixed the problem. I can tell you that it was a GLib-GIO-ERROR about a desktop schema failure regarding org.gnome.desktop.lockdown. I googled the error but only in parts. Finding that the schema for lockdown was in gsettings-desktop-schemas and that it was not installed on my machine, I fixed the issue by installing the package containing the schema. Probably need to set the newest nautilus as requiring this schema package so it will get installed on upgrade. I will remove this package, restart and try to get an exact copy of the error.
Removed gsettings-desktop-schemas. Opened a shell as regular user. Ran nautilus in shell. Exact error: $>nautilus GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.lockdown' is not installed aborting... Trace/breakpoint trap $>yum install gsettings-desktop-schemas $>nautilus works fine
Ah, right, we need to explicitly require gsettings-desktop-schemas. Thanks for spotting this. Changes committed to rawhide, packages will be built once buildroot is fixed.
*** Bug 627639 has been marked as a duplicate of this bug. ***