updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / unity / unity.sh
blobb38251f4632759037a0f4b3daf0f47692244745b
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"