Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 289049
Collapse All | Expand All

(-)kdelibs/nepomuk/core/nepomukmainmodel.cpp (-2 / +3 lines)
Lines 86-92 Link Here
86
    void init() {
86
    void init() {
87
        QMutexLocker lock( &m_initMutex );
87
        QMutexLocker lock( &m_initMutex );
88
88
89
        if ( QDBusConnection::sessionBus().interface()->isServiceRegistered("org.kde.NepomukStorage") ) {
89
        // Comment out the check for the storage service via DBus - fixes bug 209821
90
        //if ( QDBusConnection::sessionBus().interface()->isServiceRegistered("org.kde.NepomukStorage") ) {
90
            if ( !dbusModel ) {
91
            if ( !dbusModel ) {
91
                dbusModel = dbusClient.createModel( "main" );
92
                dbusModel = dbusClient.createModel( "main" );
92
            }
93
            }
Lines 111-117 Link Here
111
                    kDebug() << "Failed to connect to Nepomuk server via local socket" << socketName;
112
                    kDebug() << "Failed to connect to Nepomuk server via local socket" << socketName;
112
                }
113
                }
113
            }
114
            }
114
        }
115
        //}
115
    }
116
    }
116
117
117
    Soprano::Model* model() {
118
    Soprano::Model* model() {

Return to bug 289049