Comment 10 for bug 1243665

Revision history for this message
Gerry Boland (gerboland) wrote :

SessionAuthorizer::connection_is_allowed (this=0x5b1658, pid=14489
ApplicationManager::authorizeSession (this=0x47547268, pid=14489)
ApplicationManager REJECTED connection from app with pid 14489 as no desktop_file_hint specified
ApplicationManager::onProcessStartReportReceived (this=0x47547268, appId=address-book-app, failure=N)

This part of log file shows this is a race condition. The application creates a Mir connection before upstart sends a signal (via dbus) to the application manager to expect it. Thus app manager rejects the application as it isn't expecting it.