Comment 4 for bug 1236489

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package unity-mir - 0.1+14.04.20131028-0ubuntu1

---------------
unity-mir (0.1+14.04.20131028-0ubuntu1) trusty; urgency=low

  [ Daniel d'Andrada ]
  * UbuntuKeyboardInfo now provides the opaque keybard area in scene
    coordinates So all that's left for OSKController is setting its
    InputArea to match it. No more guesswork anymore. (LP: #1236489)

  [ Alan Griffiths ]
  * Avoid unnecessary use of mir::surfaces::SurfaceStackModel (which
    ought to be internal to Mir).

  [ Albert Astals ]
  * Fix crashes/deadlocks if we sigterm the app while still starting up
    Three changes:  * We need to make sure that the_shell_* return a non
    unique shared pointer (i.e. Mir is also holding it)    otherwise
    once we return from the function it will cease to exist and we'll be
    using    deleted memory  * Move ua_ui_mirserver_finish to after the
    qApp has stopped, otherwise may happen the code    is still trying
    to do a QWindow::showMaximized and uses memory that is also gone  *
    Make the qApp quit call more stubborn, it can happen that sometimes
    we get to that code before the other thread    has done qApp->exec()
    so we wait until we get the aboutToQuit signal to make sure the
    other thread will stop.
  * Add two const & .

  [ thomas-voss ]
  * Ensure that app processes are not assigned an oom score smaller than
    the one of the shell.
  * stop/continue complete process groups instead of individual
    processes.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 136
 -- Ubuntu daily release <email address hidden> Mon, 28 Oct 2013 18:17:52 +0000