Re: [Tracker] tracker-tags-plugin for Nautilus
- From: Debarshi Ray <debarshi ray gmail com>
- To: Adrien Bustany <madcat mymadcat com>
- Cc: Tracker mailing list <tracker-list gnome org>
- Subject: Re: [Tracker] tracker-tags-plugin for Nautilus
- Date: Sat, 14 Nov 2009 21:27:20 +0200
+ I could not find an object that has signals indicating the addition,
removal, etc. of nao:Tags. It seems that there are objects for other
classes.
you need to add the tracker:notify property to the class I think
Using this patch and rebuilding does not show the signal in D-Feet.
diff --git a/data/ontologies/31-nao.ontology b/data/ontologies/31-nao.ontology
index bda43e1..763673f 100644
--- a/data/ontologies/31-nao.ontology
+++ b/data/ontologies/31-nao.ontology
@@ -10,7 +10,8 @@ nao: a tracker:Namespace ;
tracker:prefix "nao" .
nao:Tag a rdfs:Class ;
- rdfs:subClassOf rdfs:Resource .
+ rdfs:subClassOf rdfs:Resource ;
+ tracker:notify true .
nao:prefLabel a rdf:Property ;
nrl:maxCardinality 1 ;
Do I need to do something more?
Thanks,
Debarshi
--
One reason that life is complex is that it has a real part and an
imaginary part.
-- Andrew Koenig
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]