Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. OPTIONS=-background none -nocursor
  2. # using runtime means that GL contexts will be dropped when applications are
  3. # minimised (this is useful, since contexts are rare, and require a huge
  4. # allocation of RAM, locked and thus unswappable)
  5. QT_GRAPHICSSYSTEM=runtime
  6.  
  7. # default runtime system to meego, uses GL, very fast, etc.
  8. # Not used globally, as it requires certain GL extensions.
  9. QT_DEFAULT_RUNTIME_SYSTEM=meego
  10.  
  11. QT_IM_MODULE=Maliit
  12.  
  13. M_DECORATED=0
  14.  
  15. # Set libaccounts-glib environment variables
  16. AG_SERVICES=/usr/share/accounts/services
  17. AG_SERVICE_TYPES=/usr/share/accounts/service-types
  18. AG_PROVIDERS=/usr/share/accounts/providers
  19.  
  20. ## This caused GLib2 applications to convert filenames from
  21. ## locale encoding to UTF-8. If the locale encoding is already
  22. ## UTF-8 then it makes no difference.
  23.  
  24. G_BROKEN_FILENAMES=1
  25.  
  26. GSETTINGS_BACKEND=gconf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement