Nepomuk and Akonadi

Reinhold Rumberger rrumberger at web.de
Sun Feb 21 23:27:32 UTC 2010


On Monday 22 February 2010, Lindsay Mathieson wrote:
> On Sat, 20 Feb 2010 16:11:07 +1000, Lindsay Mathieson
> 
> <lindsay.mathieson at gmail.com> wrote:
> > On Sat, 20 Feb 2010 04:02:45 pm Lindsay Mathieson wrote:
> >> I suspect the last two are related to timing issues. I have
> >> session management  on and kontact is autostarted via that. I
> >> presume at that stage the akonadi is not running. I'll try
> >> adding it to autostart after this.
> > 
> > Bingo! that did the trick. I added '/usr/bin/akonadictl start'
> > to SystemSettings|AutoStart and now no more error dialogs and
> > kontact is using
> > akonadi fine.
> > 
> > Bit of a hack as Kontact is meant to auto start akonadi itself,
> > but it will do
> > for now. I'm just wondering if I should report this on launchpad
> > or upstream
> > at kde.org
> 
> Spoke to soon - back to getting akonadi error dialogson startup
> and have to restart konact each time.

You could try writing yourself a script that first starts akonadi, 
waits a couple of seconds and then starts kontact. Something like:

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

That would give akonadi enough time to start before kontact tries to 
access it. You'd have to exclude kontact from autostarting in session 
management.

  --Reinhold




More information about the kubuntu-users mailing list