[tracker/gsettings-keyfile-bridge] libtracker-common: Document the TRACKER_USE_CONFIG_FILES env var



commit bf7eefba738389d4de2ed3c3093d593b3146031a
Author: Martyn Russell <martyn lanedo com>
Date:   Wed Dec 14 11:33:46 2011 +0000

    libtracker-common: Document the TRACKER_USE_CONFIG_FILES env var
    
    For tracker-extract, tracker-miner-fs, tracker-store and in the reference for
    env vars.

 docs/manpages/tracker-extract.1                |    5 +++++
 docs/manpages/tracker-miner-fs.1               |    7 +++++++
 docs/manpages/tracker-store.1                  |    5 +++++
 docs/reference/libtracker-sparql/overview.sgml |    9 +++++++++
 4 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/docs/manpages/tracker-extract.1 b/docs/manpages/tracker-extract.1
index 42bca2c..e9a7b3c 100644
--- a/docs/manpages/tracker-extract.1
+++ b/docs/manpages/tracker-extract.1
@@ -84,6 +84,11 @@ default location is /usr/lib/tracker-0.10/extract-modules/.
 This is the directory which tracker uses to load the rules files from.
 The rules files describe extractor modules and their supported MIME
 types. The default location is /usr/share/tracker/extract-rules/.
+.TP
+.B TRACKER_USE_CONFIG_FILES
+Don't use GSettings, instead use a config file similar to how settings
+were saved in 0.10.x. That is, a file which is much like an .ini file.
+These are saved to $HOME/.config/tracker/
 
 .SH SEE ALSO
 .BR tracker-store (1),
diff --git a/docs/manpages/tracker-miner-fs.1 b/docs/manpages/tracker-miner-fs.1
index 1fb69eb..73b957a 100644
--- a/docs/manpages/tracker-miner-fs.1
+++ b/docs/manpages/tracker-miner-fs.1
@@ -63,6 +63,13 @@ appear there, no actual action is performed otherwise (such as
 crawling, setting up monitors, or checking mtimes against the
 file system).
 
+.SH ENVIRONMENT
+.TP
+.B TRACKER_USE_CONFIG_FILES
+Don't use GSettings, instead use a config file similar to how settings
+were saved in 0.10.x. That is, a file which is much like an .ini file.
+These are saved to $HOME/.config/tracker/
+
 .SH SEE ALSO
 .BR tracker-store (1),
 .BR tracker-info (1).
diff --git a/docs/manpages/tracker-store.1 b/docs/manpages/tracker-store.1
index 56214f0..81f8fbd 100644
--- a/docs/manpages/tracker-store.1
+++ b/docs/manpages/tracker-store.1
@@ -93,6 +93,11 @@ If Tracker is compiled with meegotouch locale management support, setting this
 variable in the environment will disable retrieving the locale from GConf, and
 the standard locale settings will be used instead.
 
+.B TRACKER_USE_CONFIG_FILES
+Don't use GSettings, instead use a config file similar to how settings
+were saved in 0.10.x. That is, a file which is much like an .ini file.
+These are saved to $HOME/.config/tracker/
+
 .SH NOTES
 .B tracker-store
 is highly bound to the D-Bus freedesktop project. A D-Bus session is
diff --git a/docs/reference/libtracker-sparql/overview.sgml b/docs/reference/libtracker-sparql/overview.sgml
index f8f35a5..83d7a67 100644
--- a/docs/reference/libtracker-sparql/overview.sgml
+++ b/docs/reference/libtracker-sparql/overview.sgml
@@ -102,6 +102,15 @@ $ pkg-config --libs tracker-sparql-0.12
 
       <itemizedlist>
 	<listitem>
+	  <emphasis>TRACKER_USE_CONFIG_FILES</emphasis>
+	  <para>
+	    Don't use GSettings, instead use a config file similar to
+	    how settings were saved in 0.10.x. That is, a file which
+	    is much like an .ini file. These are saved to
+	    $HOME/.config/tracker/
+	  </para>
+	</listitem>
+	<listitem>
 	  <emphasis>TRACKER_SPARQL_BACKEND</emphasis>
 	  <para>
 	    Backends for libtracker-sparql are dynamically loaded at



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]