On Monday, October 14, 2013 05:00:35 PM Artyom Mirgorodskiy wrote:
> Hi
> Is nepomuk storage works for someone?
> When I try to run nepomukstorage exited immediatly:
> 
> ./nepomukserver
> QDBusConnection: session D-Bus connection created before QCoreApplication.
> Application may misbehave. Application '/usr/local/kde4/bin/nepomukstorage
> ' exited normally...
> 
> And I did not see any nepomuk storage in dbus:
> 
> qdbus | grep Nepomuk
>  org.kde.NepomukServer
> 
> virtuoso port installed on my system.

I think its because new version of nepomuk depends on setting io/scheduling 
priority, and if it cant set it up it just quit.

I managed to run it with added patch, just place it in your nepomuk-core/files 
directory and reinstall nepomuk.
--- libnepomukcore/service/service2.cpp.orig	2013-08-28 18:57:31.000000000 +0200
+++ libnepomukcore/service/service2.cpp	2013-09-19 12:26:45.430864539 +0200
@@ -134,14 +134,6 @@
         kDebug() << "Failed to lower priority.";
         return false;
     }
-    if ( !lowerSchedulingPriority() ) {
-        kDebug() << "Failed to lower scheduling priority.";
-        return false;
-    }
-    if ( !lowerIOPriority() ) {
-        kDebug() << "Failed to lower io priority.";
-        return false;
-    }
 
     return true;
 }
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to