home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gconf / default.path
Encoding:
Text File  |  2009-03-18  |  1.5 KB  |  58 lines

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