[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/nepomuk/services/storage
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2011-01-06 19:29:05
Message-ID: 20110106192905.5DFF5AC8B0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1212382 by trueg:

Use the socket dir for the Soprano communication socket to avoid problems with some file systems.

BUG:238579

 M  +1 -1      storage.cpp  


--- trunk/KDE/kdebase/runtime/nepomuk/services/storage/storage.cpp #1212381:1212382
@@ -62,7 +62,7 @@
         m_core->registerAsDBusObject();
 
         // the faster local socket interface
-        QString socketPath = KGlobal::dirs()->locateLocal( "data", "nepomuk/socket" );
+        QString socketPath = KGlobal::dirs()->locateLocal( "socket", "nepomuk-socket" );
         QFile::remove( socketPath ); // in case we crashed
         m_core->start( socketPath );
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic