/etc/X11/Xsession.d/70gconfd_path-on-session is in gconf2-common 3.2.6-3ubuntu6.
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 | # This file is sourced by Xsession(5), not executed.
# Add additional gconf path depending on selected desktop session
GCONF_PREFIX="/usr/share/gconf"
if [ -n "$DESKTOP_SESSION" ]; then
export MANDATORY_PATH=${GCONF_PREFIX}/${DESKTOP_SESSION}.mandatory.path
export DEFAULTS_PATH=${GCONF_PREFIX}/${DESKTOP_SESSION}.default.path
fi
|