~ubuntu-branches/ubuntu/precise/unity-2d/precise-updates

« back to all changes in this revision

Viewing changes to libunity-2d-private/src/launcherapplication.cpp

  • Committer: Package Import Robot
  • Author(s): Aurélien Gâteau
  • Date: 2011-11-23 15:05:39 UTC
  • Revision ID: package-import@ubuntu.com-20111123150539-1flcw3o7wxh1ox7n
Tags: 4.12.0-0ubuntu2
Enable accessibility at startup, disable it for started applications
(LP: #877358)

Show diffs side-by-side

added added

removed removed

Lines of Context:
656
656
        return false;
657
657
    }
658
658
 
 
659
    /* Disable a11y for child processes: it is just not stable enough.
 
660
       See https://bugs.launchpad.net/ubuntu/+source/qt-at-spi/+bug/877358 */
 
661
    unsetenv("QT_ACCESSIBILITY");
 
662
 
659
663
    GError* error = NULL;
660
664
 
661
665
    GdkWindow* root;