updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / unity-2d / unity-2d.sh
blob59fabc02e45f9d38b21269a766f3b54ca61153e1
1 # This file is sourced by Xsession(5), not executed.
2 # Add additionnal gconf path depending on selected desktop session.
3 # The default profile is used otherwise.
5 GCONF_PREFIX="/usr/share/gconf"
6 if [ "x$DESKTOP_SESSION" = "xunity-2d" ]; then
7 export UNITY2D_DEFAULTS_PATH='xml:readonly:/etc/gconf/unity-2d.xml.defaults'
8 export UNITY2D_MANDATORY_PATH='xml:readonly:/etc/gconf/unity-2d.xml.mandatory'
9 fi