Comment 3 for bug 1522117

Revision history for this message
MichaƂ Sawicz (saviq) wrote : Re: Unity 8 desktop session "stops" when exiting an X app

Narrowed down to:

QCursor SurfaceObserver::createQCursorFromMirCursorImage(const mir::graphics::CursorImage &cursorImage) {
    if (cursorImage.as_argb_8888() == nullptr) {

cursorImage is 0x0, trying to find out if that's expected.