# # This gconf path file is meant to be used in conjunction with the # desktop-profiles package, # # Default gconf behaviour using this path file with desktop-profiles installed # is identical to the behaviour using the default path file from the gconf2 # pacakge, but allowing activation of additional configuration sources through # desktop-profiles # # See the desktop-profiles (7) man page for more information ############################################################################### # Look first at mandatory 'configuration sources' managed by desktop-profiles # (those with higher precedence then the user source) include $(ENV_MANDATORY_PATH) # Give users a default storage location, ~/.gconf xml:readwrite:$(HOME)/.gconf # Look for default 'configuration sources' managed by desktop-profiles # (those with lower precedence then the user source include $(ENV_DEFAULTS_PATH)