summaryrefslogtreecommitdiff
path: root/gconf/default.path.in
blob: 0caecd3e20107be881b6081702796b71c5d0bd42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This file stores the addresses of config sources for GConf
# When a value is stored or requested, the sources are scanned from top to 
# bottom, and the first one to have a value for the key (or the first one 
# to be writeable) is used to load/store the data.

# See the GConf manual for details

# Look first in systemwide mandatory settings directory
xml:readonly:@sysgconfdir@/gconf.xml.mandatory

# To read in any mandatory settings that the Sys Admin may have created
# prior to a desktop system upgrade. The SysAdmin can stick read-only system
# wide sources in this file.
include @sysgconfdir@/2/local-mandatory.path

# Now see where users want us to look - basically the user can stick arbitrary 
# sources in a ~/.gconf.path file and they're inserted here
include "$(HOME)/.gconf.path"

# Give users a default storage location, ~/.gconf
xml:readwrite:$(HOME)/.gconf

# Location for system-wide settings that are set by the defaults mechanism
xml:readonly:/etc/gconf/gconf.xml.system

# To read in any defaults settings that the Sys Admin may have created
# prior to a desktop system upgrade. The SysAdmin can stick default values
# system-wide in this file.
include @sysgconfdir@/2/local-defaults.path

# Finally, look at the systemwide defaults
xml:readonly:@sysgconfdir@/gconf.xml.defaults