On Wednesday 09 April 2014 19:11:03 Martin Gräßlin wrote:
> Hi all,
>
> kglobalacceld has the following piece of code:
>
> // Restart on a crash
> KCrash::setFlags(KCrash::AutoRestart);
>
> Now I'm wondering whether this is needed at all. After all it's a DBus
> service and should get auto-resta
Hi all,
kglobalacceld has the following piece of code:
// Restart on a crash
KCrash::setFlags(KCrash::AutoRestart);
Now I'm wondering whether this is needed at all. After all it's a DBus service
and should get auto-restarted (or at least started when next accessed),
shouldn't it?
Cheers
Marti