~ubuntu-branches/ubuntu/oneiric/gconf/oneiric-proposed

« back to all changes in this revision

Viewing changes to gconf/default.path.in

  • Committer: Bazaar Package Importer
  • Author(s): Takuo KITAME
  • Date: 2002-03-17 01:51:39 UTC
  • Revision ID: james.westby@ubuntu.com-20020317015139-z4f8fdg1hoe049g0
Tags: upstream-1.0.9
ImportĀ upstreamĀ versionĀ 1.0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
# (commented out until xml backend knows how to be read-only for users)
 
10
xml:readonly:@EXPANDED_SYSCONFDIR@/gconf/gconf.xml.mandatory
 
11
 
 
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
 
 
16
# Give users a default storage location, ~/.gconf
 
17
 
 
18
xml:readwrite:$(HOME)/.gconf
 
19
 
 
20
# Finally, look at the systemwide defaults
 
21
# (commented out for now)
 
22
xml:readonly:@EXPANDED_SYSCONFDIR@/gconf/gconf.xml.defaults
 
23
 
 
24
 
 
25