# This files specifies details the default system-wide settings, main use of 
# profiles in here is to be able to use the default system settings as a 
# fallback for anything that isn't defined in activated profiles.
#
# - In the Debian packages CHOICESPATH (the ROX variable) defaults to 
#   $HOME/.rox_choices:/usr/local/share/Choices:/usr/share/rox/Choices 
#   (upstream uses $HOME/Choices for the user settings, and /usr/share/Choices
#   for the system settings).
#   
#   -> We split this in user settings and system-settings with the user settings
#      having an very high precedence so they should normally always be used 
#      (NOTE: if the ROX profile with the highest precedence isn't writeable 
#      there could be problems)
#
# See the desktop-profiles (7) man page for details about the format of this 
# file, and how it will be used
################################################################################
kde-prefix;KDE;/usr;;;System-wide kde stuff on Debian (stuff in PREFIX)

default-xdg_config_dirs;XDG_CONFIG;/etc/xdg;;;Default config location defined by XDG Base Directory Specification
default-xdg_data_dirs;XDG_DATA;/usr/local/share /usr/share;;;Default data locations defined by XDG Base Directory Specification

default-rox-system;ROX;/usr/local/share/Choices:/usr/share/rox/Choices;;;Default locations for non-user settings of ROX programs on Debian
default-rox-user;ROX;${HOME}/.rox_choices;999999999999999999;;ROX user settings on Debian (should normally take precedence over everything else)

ude-install-dir;UDE;/usr/share/ude;;;Default location of system-wide UDE stuff

gnustep-user-domain;GNUSTEP;${GNUSTEP_USER_ROOT};30;;Default location of user domain, evaluates to ~/GNUstep by default
gnustep-local-domain;GNUSTEP;${GNUSTEP_LOCAL_ROOT};20;;Default location of local domain, evaluates to /usr/local/lib/GNUstep/Local by default
gnustep-network-domain;GNUSTEP;${GNUSTEP_NETWORK_ROOT};10;;Default location of network domain, evaluates to /usr/local/lib/GNUstep/Network by default
gnustep-system-domain;GNUSTEP;${GNUSTEP_SYSTEM_ROOT};0;;Default location of system domain, evaluates to /usr/lib/GNUstep/System by default

gconf-mandatory;GCONF;xml:readonly:/etc/gconf/gconf.xml.mandatory;101;;Configuration source with the mandatory system-wide settings
gconf-sysadmin-mandatory;GCONF;include /etc/gconf/2/local-mandatory.path;100;;Extra mandatory settings defined by sysadmin
gconf-user;GCONF;xml:readwrite:$(HOME)/.gconf;50;;The normal user configuration source
gconf-sysadmin-defaults;GCONF;include /etc/gconf/2/local-defaults.path;-1;;Extra default settings defined by sysadmin
gconf-defaults;GCONF;xml:readonly:/etc/gconf/gconf.xml.defaults;-2;;Configuration source with the default systemwide settings
