Session management question

Kevin Krammer kevin.krammer at gmx.at
Sat Sep 4 10:12:25 BST 2010


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
-- 
Kevin Krammer, KDE developer, xdg-utils developer
KDE user support, developer mentoring
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20100904/a5e22a4f/attachment.sig>


More information about the kde-core-devel mailing list