OPTIONS=-background none 

# use raster as graphicssystem, seems the one with less issues
# (frequent crashes with runtime)
QT_GRAPHICSSYSTEM=raster

# default runtime system to meego, uses GL, very fast, etc.
# Not used globally, as it requires certain GL extensions.
QT_DEFAULT_RUNTIME_SYSTEM=meego

#make sure org.kde.plasma.core can be imported
QML_IMPORT_PATH=/usr/lib/kde4/imports/

#hide the mouse cursor by default
#for now is not possible to ever show the cursor in maliit
XCURSOR_THEME=plasmamobilemouse

#Use maliit VKB
QT_IM_MODULE=Maliit

#Don't use window decorations
M_DECORATED=0

# Set libaccounts-glib environment variables
AG_SERVICES=/usr/share/accounts/services
AG_SERVICE_TYPES=/usr/share/accounts/service-types
AG_PROVIDERS=/usr/share/accounts/providers

## This caused GLib2 applications to convert filenames from
## locale encoding to UTF-8. If the locale encoding is already
## UTF-8 then it makes no difference.

G_BROKEN_FILENAMES=1

# Use gconf backend for gsettings
GSETTINGS_BACKEND=gconf
