home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / gconf2 / README.Debian < prev    next >
Encoding:
Text File  |  2007-03-06  |  1.6 KB  |  40 lines

  1. GConf 2 for Debian
  2. ==================
  3.  
  4. The default GConf sources accessed by the GConf daemon are the following:
  5.  
  6. * /etc/gconf/gconf.xml.mandatory/
  7.   Mandatory settings set by the administrator. You can edit them with
  8.   gconf-editor, as root, to override any user settings.
  9.  
  10. * ~/.gconf/
  11.   The user's settings.
  12.  
  13. * /etc/gconf/gconf.xml.defaults/
  14.   Default settings set by the administrator. Edit them as root with
  15.   gconf-editor.
  16.  
  17. * /var/lib/gconf/debian.defaults/
  18.   This directory contains some defaults provided by Debian, CDD or local
  19.   packages. Packages can ship files of the form NNpackage, larger NN
  20.   values meaning larger priorities, in /usr/share/gconf/defaults/,
  21.   before launching update-gconf-defaults. Debian packages themselves use
  22.   01, CDD distributions are encouraged to use values larger than 10, and
  23.   site-specific packages can use the largest values. The purpose is for
  24.   CDD to overwrite Debian defaults, and for site-specific packages to
  25.   overwrite all other defaults.
  26.  
  27. * /var/lib/gconf/defaults/
  28.   This directory contains the defaults computed from the upstream
  29.   schemas that lie in /usr/share/gconf/schemas. This is done by the
  30.   gconf-schemas script in the package's post-installation script.
  31.  
  32. All system directories use a %gconf-tree.xml file containing the whole
  33. structure, for performance reasons. The upgrade from the previous
  34. situation (tree of %gconf.xml files) is done in gconf2 2.12.1-5.
  35.  
  36. By default, the home directory structure is created as a tree layout. If
  37. you want to use a merged tree on the home directory, you should run the
  38. following command:
  39.   gconf-merge-tree ~/.gconf/
  40.