1. ######################
  2. # 1. Forced settings #
  3. ######################
  4.  
  5. # Settings forced by the local administrator
  6. xml:readonly:/etc/gconf/gconf.xml.mandatory
  7.  
  8. # Other forced sources imagined by the local administrator
  9. include /etc/gconf/2/local-mandatory.path
  10.  
  11. # Settings forced by Debian packages
  12. xml:readonly:/var/lib/gconf/debian.mandatory
  13.  
  14.  
  15. #######################
  16. # 2. User Preferences #
  17. #######################
  18.  
  19. # mandatory path for sabayon
  20. include "$(HOME)/.gconf.path.mandatory"
  21.  
  22. # mandatory path for desktop-profiles
  23. include $(ENV_MANDATORY_PATH)
  24.  
  25. # Other sources imagined by the user
  26. include "$(HOME)/.gconf.path"
  27.  
  28. # The default storage location, ~/.gconf
  29. # This should be the only readwrite source
  30. xml:readwrite:$(HOME)/.gconf
  31.  
  32. # default path for sabayon
  33. include "$(HOME)/.gconf.path.defaults"
  34.  
  35. # default path for desktop-profiles
  36. include $(ENV_DEFAULTS_PATH)
  37.  
  38.  
  39. ######################
  40. # 3. System defaults #
  41. ######################
  42.  
  43. # Other default sources imagined by the local administrator
  44. include /etc/gconf/2/local-defaults.path
  45.  
  46. # System administrator's defaults. This source also serves as a legacy
  47. # source for packages not using a recent dh_gconf, or for applications
  48. # installed by hand.
  49. xml:readonly:/etc/gconf/gconf.xml.defaults
  50.  
  51. # new system defaults mechanism (deprecated, but we need to keep it
  52. # for compatiblity with intrepid (8.10) were this was the default
  53. # for the system wide gconf settings (via org.gnome.GConf.Defaults)
  54. xml:readonly:/etc/gconf/gconf.xml.system
  55.  
  56. # Debian branding, including CDD or packaged branding
  57. xml:readonly:/var/lib/gconf/debian.defaults
  58.  
  59. # Upstream application defaults
  60. xml:readonly:/var/lib/gconf/defaults
  61.  
  62.