# 
# This path file is meant to be used in conjunction with the desktop-profiles
# package, default behaviour (withouth additional gconf profiles installed, 
# is identical to the behaviour using the default gconf path file as deliverd
# by the gconf2 pacakge
#
# See the desktop-profiles (7) man page for more information
###############################################################################

# Look for mandatory "configuration sources" from desktop-profiles
include /var/cache/desktop-profiles/$(USER)_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

# Look for default "configuration sources" from desktop-profiles
include /var/cache/desktop-profiles/$(USER)_defaults.path
