Re: [Tracker] tracker-tags-plugin for Nautilus



+ 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]