if [ "`cat /sys/devices/platform/gpoi-switch/slide/state`" = "closed" ]; then if [ "$QBW_ORIENTATION_MODE" = "portrait" ]; then gconftool-2 -s /apps/osso/hildon-desktop/views/current -t int 2 fi fi
if [ "$QBW_ORIENTATION_MODE" = "landscape" ]; then gconftool-2 -s /apps/osso/hildon-desktop/views/current -t int 1 fi