Bug 165583 - gnome-base/nautilus-2.16.3 - gconf missing: /apps/nautilus/desktop + /apps/nautilus/sidebar_panels
Bug#: 165583 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: peterle@hottemptation.org
Component: GNOME
URL: 
Summary: gnome-base/nautilus-2.16.3 - gconf missing: /apps/nautilus/desktop + /apps/nautilus/sidebar_panels
Keywords:  
Status Whiteboard: 
Opened: 2007-02-06 09:52 0000
Description:   Opened: 2007-02-06 09:52 0000
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 From Pacho Ramos 2007-02-17 10:45:42 0000 -------
Seems that there are more people affected:
http://forums.gentoo.org/viewtopic-t-540410.html

------- Comment #2 From subs@j79zlr.com 2007-02-28 04:48:51 0000 -------
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 From Peter Weber 2007-02-28 11:37:44 0000 -------
Great, that works! Thanks!
Does anyone know, why nautilus doesn't creat the entrys itself?

------- Comment #4 From Sebastian Rick Rijkers 2007-03-01 12:55:15 0000 -------
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 From Daniel Gryniewicz 2007-03-01 16:27:48 0000 -------
Thanks for catching that.  I've fixed it in portage.  If you're having this
problem, re-emerge nautilus.

------- Comment #6 From Peter Weber 2007-03-03 19:01:30 0000 -------
Great. Now it is, like it should be.
Thank you.