[telepathy] [Bug 332643] KDE Contacts List never opens

Daniel Vrátil dvratil at redhat.com
Wed Mar 26 23:34:58 GMT 2014


https://bugs.kde.org/show_bug.cgi?id=332643

--- Comment #12 from Daniel Vrátil <dvratil at redhat.com> ---
There's ServerManager class in kdepimlibs that can monitor and report server
state. We could connect to ServerManager::stateChanged() before starting any
Akonadi jobs and in case the state changes to ServerManager::Broken after the
initial fetch is started, we can abort it and call initialised() manually.

However it would be much better to handle this generically in Akonadi: if a Job
fails to start Akonadi server or Akonadi is in Broken state, the Job should
quit immediately with an error message. This would also fix the way David
reproduced behaviour described in this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-telepathy-bugs mailing list