Session management question
Sebastian Trüg
trueg at kde.org
Mon Sep 6 15:57:54 BST 2010
Stupid me - I am already doing that. Sorry for the noise.
On 09/04/2010 11:12 AM, Kevin Krammer wrote:
> On Friday, 2010-09-03, Sebastian Trüg wrote:
>> If Nepomuk services are KApplication-based and are started by the
>> nepomukserver - which in turn is run as a kdeinit thingi via autorun -
>> would the services then be handled by the session management as well?
>> In other words: would they be started twice?
>
> Since Akonadi starts its agents/resources through its control process as well,
> the KDE based agents/resources do this:
>
> #ifndef Q_OS_WINCE
> // disable session management
> if ( KApplication::kApplication() )
> KApplication::kApplication()->disableSessionManagement();
> #endif
>
> Cheers,
> Kevin
More information about the kde-core-devel
mailing list