Comment 16 for bug 564263

Revision history for this message
eiapopeia (post-eiapopeia) wrote :

I think that the slow akonadi-startup is the problem.
I usally let KDE start the last session at startup. This usally startet akonadi AND Kontact at the same time. So I excluded Kontact from this proces via the system-settings. Then i made a autostart script in ~/.kde/Autostart with the following lines:

#!/bin/bash
/usr/bin/akonadictl start
sleep 15
kontact

This delayed the startup of kontact and everything is fine. This is not the golden way bot it works.