Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 165583

Summary: gnome-base/nautilus-2.16.3 - gconf missing: /apps/nautilus/desktop + /apps/nautilus/sidebar_panels
Product: Gentoo Linux Reporter: Peter Weber <peterle>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: pacho, srrijkers
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Peter Weber 2007-02-06 09:52:39 UTC
Since nautilus-2.16.3 (fresh install) the directorys /apps/nautilus/desktop and /apps/nautilus/sidebar_panel in gconf are missing, so it is impossible to unset "trash_icon_visilbe" (as a example).

Reproducible: Always

Steps to Reproduce:
1. fresh nautilus install
2. fire up gconf
3. browse to /apps/nautilus
Comment 1 Pacho Ramos gentoo-dev 2007-02-17 10:45:42 UTC
Seems that there are more people affected:
http://forums.gentoo.org/viewtopic-t-540410.html
Comment 2 subs 2007-02-28 04:48:51 UTC
It is still possible to unset trash_icon_visible

gconftool-2 --type boolean --set /apps/nautilus/desktop/trash_icon_visible false

You can do this for the Computer icon as well

gconftool-2 --type boolean --set /apps/nautilus/desktop/computer_icon_visible false

Comment 3 Peter Weber 2007-02-28 11:37:44 UTC
Great, that works! Thanks!
Does anyone know, why nautilus doesn't creat the entrys itself?
Comment 4 srrijkers 2007-03-01 12:55:15 UTC
It's due to a bug in the ebuild. A pkg_postinst() displaying an einfo (btw, shouldn't that be an elog?) was added recently (01 Feb 2007), without explicitly adding a gnome2_pkg_postinst as well. Because of this, nautilus's gconf schemas don't get installed properly.
Comment 5 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-03-01 16:27:48 UTC
Thanks for catching that.  I've fixed it in portage.  If you're having this problem, re-emerge nautilus.
Comment 6 Peter Weber 2007-03-03 19:01:30 UTC
Great. Now it is, like it should be.
Thank you.