home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / communic / email / Evolution-2.8.2-2.msi / Data1.cab / path < prev    next >
Text File  |  2007-03-07  |  1KB  |  33 lines

  1. # This file stores the addresses of config sources for GConf
  2. # When a value is stored or requested, the sources are scanned from top to 
  3. # bottom, and the first one to have a value for the key (or the first one 
  4. # to be writeable) is used to load/store the data.
  5.  
  6. # See the GConf manual for details
  7.  
  8. # Look first in systemwide mandatory settings directory
  9. xml:readonly:c:/devel/target/GConf-2.14.0/etc/gconf/gconf.xml.mandatory
  10.  
  11. # To read in any mandatory settings that the Sys Admin may have created
  12. # prior to a desktop system upgrade. The SysAdmin can stick read-only system
  13. # wide sources in this file.
  14. include c:/devel/target/GConf-2.14.0/etc/gconf/2/local-mandatory.path
  15.  
  16. # Now see where users want us to look - basically the user can stick arbitrary 
  17. # sources in a ~/.gconf.path file and they're inserted here
  18. include "$(HOME)/.gconf.path"
  19.  
  20. # Give users a default storage location, ~/.gconf
  21. xml:readwrite:$(HOME)/.gconf
  22.  
  23. # To read in any defaults settings that the Sys Admin may have created
  24. # prior to a desktop system upgrade. The SysAdmin can stick default values
  25. # system-wide in this file.
  26. include c:/devel/target/GConf-2.14.0/etc/gconf/2/local-defaults.path
  27.  
  28. # Finally, look at the systemwide defaults
  29. xml:readonly:c:/devel/target/GConf-2.14.0/etc/gconf/gconf.xml.defaults
  30.  
  31.  
  32.  
  33.