/usr/share/desktop-profiles/path is in desktop-profiles 1.4.22.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | #
# 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)
|