
export QT_PLUGIN_PATH=$ksmroot/Qt/plugins
export LD_LIBRARY_PATH=$ksmroot/Qt/lib
export QWS_MOUSE_PROTO=KoboTS
export QT_QWS_FONTDIR=$ksmFontDir

if [ "$mrotation" == "0" ] || [ "$mrotation" == "90" ] || [ "$mrotation" == "180" ] || [ "$mrotation" == "270" ]; then
   export QWS_DISPLAY=Transformed:KoboFB:Rot$mrotation
else
   export QWS_DISPLAY=Transformed:KoboFB:Rot90
fi
