gconf2.path 1.1 KB

12345678910111213141516171819202122232425262728293031
  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. # See the GConf manual for details
  6. # Look first in systemwide mandatory settings directory
  7. xml:readonly:/etc/gconf/gconf.xml.mandatory
  8. # To read in any mandatory settings that the Sys Admin may have created
  9. # prior to a desktop system upgrade. The SysAdmin can stick read-only system
  10. # wide sources in this file.
  11. include /etc/gconf/2/local-mandatory.path
  12. # Now see where users want us to look - basically the user can stick arbitrary
  13. # sources in a ~/.gconf.path file and they're inserted here
  14. include "$(HOME)/.gconf.path"
  15. # Give users a default storage location, ~/.gconf
  16. xml:readwrite:$(HOME)/.gconf
  17. # To read in any defaults settings that the Sys Admin may have created
  18. # prior to a desktop system upgrade. The SysAdmin can stick default values
  19. # system-wide in this file.
  20. include /etc/gconf/2/local-defaults.path
  21. # Finally, look at the systemwide defaults
  22. xml:readonly:/etc/gconf/gconf.xml.defaults