File gconf2-sabayon.patch of Package gconf2
--- gconf/default.path.in
+++ gconf/default.path.in
@@ -13,6 +13,9 @@
# wide sources in this file.
include @EXPANDED_SYSGCONFDIR@/2/local-mandatory.path
+# Sabayon mandatory path
+include "$(HOME)/.gconf.path.mandatory"
+
# Now see where users want us to look - basically the user can stick arbitrary
# sources in a ~/.gconf.path file and they're inserted here
include "$(HOME)/.gconf.path"
@@ -20,6 +23,9 @@
# Give users a default storage location, ~/.gconf
xml:readwrite:$(HOME)/.gconf
+# Sabayon optional path
+include "$(HOME)/.gconf.path.defaults"
+
# To read in any defaults settings that the Sys Admin may have created
# prior to a desktop system upgrade. The SysAdmin can stick default values
# system-wide in this file.