1 # This file is sourced by Xsession(5), not executed.
2 # Add additionnal gconf path depending on selected desktop session.
3 # Select unity profile for compiz if we are in the unity session.
4 # The default profile is used otherwise.
6 GCONF_PREFIX
="/usr/share/gconf"
7 if [ "x$DESKTOP_SESSION" = "xunity" ]; then
8 export UNITY_DEFAULTS_PATH
='xml:readonly:/etc/gconf/unity.xml.defaults'
9 export COMPIZ_CONFIG_PROFILE
="unity"