Version: (using Devel) OS: Linux Installed from: Compiled sources Test case: open dolphin, tag some files with tag "holiday2009", wait some time, so strigi can index files. Try search for tag "ricette" into dolphin. I get always no result or Nepomuk service is not running. Unable to answer queries without it. Open krunner. Search for the tag, krunner will find int, and open dolphin with the right result. The main difference i can see is in the query url: krunner query url: nepomuksearch:/?sparql=select distinct ?r where { ?r <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasTag> <nepomuk:/res/eee89625-ed53-48b8-9e3f-99b13824f7f0> . } dolphin query url: nepomuksearch:/?sparql=select distinct ?r where { { { ?r ?v1 ?v2 . ?v2 bif:contains "'ricette*'" . } UNION { ?r ?v1 ?v3 . ?v3 ?v4 ?v2 . ?v4 <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#label> . ?v2 bif:contains "'ricette*'" . } . { ?r a ?v5 . ?v5 <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject> . } UNION { ?r a ?v6 . ?v6 <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Folder> . } . } . } Folderview does not display anything with those two url. Virtuoso version: 5.0.12-8.2 Soprano-backend: 2.3.70 Kde: Rpm Suse pkg ( updated on the 5th january 2010 )
I am sorry, there is a little error: open dolphin, tag some files with tag "holiday2009", wait some time, so strigi becomes: open dolphin, tag some files with tag "ricette", wait some time, so strigi
Same on kde 4.4 RC1. Dolphin can't perform search, krunner can..
what exactly do you type in dolphin and what exactly in krunner?
If i tag a file\folder with "development", i search for "development"
The queries are correct. I suppose you are experiencing one of the bugs that are still in rc1. querying in kde trunk or the 4.4 branch works perfectly here.
I hope it will be fixed in rc2, i am waiting that openSUSE upgrades its package to RC2. I'll let you know here if there will be issues again :) Thanks
I tried 4.4 RC2 on kubuntu ( to be sure that the problem wasn't suse related ), and i still get the same problem. I tagged the folder desktop with "holiday", then i searched holiday in the search bar and i got no result. Before upgrading to RC2 i removed .kde{4} to be sure it wasn't a config problem related. If you need some log ask me :)
Please issue the following on the command line: sopranocmd --dbus org.kde.NepomukStorage --model main list "" "nao:hasTag"
It's printing lot of thing like: <nepomuk:/res/3a43f7b5-63fb-470d-8781-71adb86e284f> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject> <nepomuk:/ctx/f44fa267-7c18-4580-98e4-5f4fbd73d3f5> <nepomuk:/res/3a43f7b5-63fb-470d-8781-71adb86e284f> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Folder> <nepomuk:/ctx/f44fa267-7c18-4580-98e4-5f4fbd73d3f5> <nepomuk:/res/3a43f7b5-63fb-470d-8781-71adb86e284f> <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isPartOf> <nepomuk:/res/aae9945b-f354-4d84-bb4e-64e588a89635> <nepomuk:/ctx/f44fa267-7c18-4580-98e4-5f4fbd73d3f5> <nepomuk:/res/3a43f7b5-63fb-470d-8781-71adb86e284f> <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url> <file:///home/marco/virtual-drives> <nepomuk:/ctx/f44fa267-7c18-4580-98e4-5f4fbd73d3f5> <nepomuk:/res/3a43f7b5-63fb-470d-8781-71adb86e284f> <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#lastModified> "2010-01-16T10:39:07Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> <nepomuk:/ctx/f44fa267-7c18-4580-98e4-5f4fbd73d3f5> <nepomuk:/res/3a43f7b5-63fb-470d-8781-71adb86e284f> <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "virtual-drives"^^<http://www.w3.org/2001/XMLSchema#string> <nepomuk:/ctx/f44fa267-7c18-4580-98e4-5f4fbd73d3f5> <nepomuk:/res/79cf0376-9beb-4b7e-99b7-9b5c282835d3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject> <nepomuk:/ctx/470dbe33-edd7-4558-8098-f992165bd752> .. .. The entire log is 31 Mb..
I see. then your redland (aka librdf) installation is probably broken. In case 1.0.9 is installed please update to 1.0.10 or downgrade to 1.0.8.
Same issue with 1.0.8 . I have no 1.0.9 right now, i'll try to search for it:)
Issue also for 1.0.9..
I think this is the same problem as in #222687. I found a bug which could be the culprit. *** This bug has been marked as a duplicate of bug 222687 ***