home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / gconf / default.path
Encoding:
Text File  |  2006-05-23  |  1.2 KB  |  47 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. # Sabayon mandatory path
  17. include "$(HOME)/.gconf.path.mandatory"
  18.  
  19. # Other sources imagined by the user
  20. include "$(HOME)/.gconf.path"
  21.  
  22. # The default storage location, ~/.gconf
  23. # This should be the only readwrite source
  24. xml:readwrite:$(HOME)/.gconf
  25.  
  26. # Sabayon optional path
  27. include "$(HOME)/.gconf.path.defaults"
  28.  
  29.  
  30. ######################
  31. # 3. System defaults #
  32. ######################
  33.  
  34. # Other default sources imagined by the local administrator
  35. include /etc/gconf/2/local-defaults.path
  36.  
  37. # System administrator's defaults. This source also serves as a legacy
  38. # source for packages not using a recent dh_gconf, or for applications
  39. # installed by hand.
  40. xml:readonly:/etc/gconf/gconf.xml.defaults
  41.  
  42. # Debian branding, including CDD or packaged branding
  43. xml:readonly:/var/lib/gconf/debian.defaults
  44.  
  45. # Upstream application defaults
  46. xml:readonly:/var/lib/gconf/defaults
  47.