45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
[DomainOntology]
|
|
# All locations accept
|
|
# 1) Paths relative from a variable, the variables
|
|
# may be: HOME, XDG_CACHE_HOME, XDG_DATA_HOME, XDG_RUNTIME_DIR,
|
|
# XDG_DESKTOP_DIR, XDG_DOCUMENTS_DIR, XDG_DOWNLOAD_DIR,
|
|
# XDG_MUSIC_DIR, XDG_PICTURES_DIR, XDG_PUBLICSHARE_DIR,
|
|
# XDG_VIDEOS_DIR.
|
|
#
|
|
# eg. $XDG_CACHE_HOME/...
|
|
#
|
|
# 2) URIs
|
|
#
|
|
# eg. file:///var/...
|
|
#
|
|
|
|
# Location for the Tracker database (not optional)
|
|
CacheLocation=$XDG_CACHE_HOME/tracker
|
|
|
|
# Location for the data journal, used in data recovery
|
|
# situations (optional)
|
|
JournalLocation=$XDG_DATA_HOME/tracker/data
|
|
|
|
# Name of the ontology to use, must be one located in
|
|
# $(sharedir)/tracker/ontologies
|
|
OntologyName=nepomuk
|
|
|
|
# Alternatively, the location may be provided with an
|
|
# absolute URI. One of OntologyName and OntologyLocation
|
|
# must be provided
|
|
#OntologyLocation=file:///...
|
|
|
|
# DBus name for the owner (not optional). Tracker will use
|
|
# the domain as the prefix of the DBus name for all the
|
|
# services related to this domain ontology.
|
|
#
|
|
# eg. org.gnome.Photos
|
|
Domain=org.freedesktop
|
|
|
|
# Miners that the domain ontology will require. This is
|
|
# purely a hint (mainly for libtracker-control), and not
|
|
# any sort of white list. Anything else knowing about this
|
|
# domain ontology may still perform updates, miners and
|
|
# non-miners.
|
|
Miners=Miner.Files;Miner.Extract;Miner.Applications;Miner.RSS
|