diff options
author | Sam Thursfield <sam@afuera.me.uk> | 2017-06-08 17:03:41 +0100 |
---|---|---|
committer | Sam Thursfield <sam@afuera.me.uk> | 2017-06-08 17:44:19 +0100 |
commit | 809b56767fccd5680136485c6fbbc895e83dd886 (patch) | |
tree | e60c05396c0f343ec19ba17e55599b74dfa4e1b2 /docs | |
parent | 5b997a905f5d514e214080a9df4f158870444609 (diff) | |
download | tracker-809b56767fccd5680136485c6fbbc895e83dd886.tar.gz |
Remove Maemo/Meego leftovers
This removes various code paths that we believe to be unused.
* The userguides miner has been removed altogether.
* The application miner no longer parses MeeGo-style .desktop files
* The TRACKER_DISABLE_MEEGOTOUCH_LOCALE environment flag is gone
(it already did nothing)
* Character set detection with libmeegotouch is removed, only enca
or libicu are supported
* Meego-specific flags are gone from .desktop files
* Functional tests have lost their vestigal Scratchbox and Aegis support
There are 5 ontologies referencing Maemo, 4 of which are largely unused.
These have been kept around in case anyone is using them outside
Tracker.
https://bugzilla.gnome.org/show_bug.cgi?id=783555
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/tracker-store.1 | 6 | ||||
-rw-r--r-- | docs/reference/libtracker-sparql/overview.sgml | 9 |
2 files changed, 0 insertions, 15 deletions
diff --git a/docs/manpages/tracker-store.1 b/docs/manpages/tracker-store.1 index eb4eab764..77ecb177f 100644 --- a/docs/manpages/tracker-store.1 +++ b/docs/manpages/tracker-store.1 @@ -82,12 +82,6 @@ settings. The file is a \\n separated list of SQLite queries to execute on any newly created SQLite connection in tracker-store. .TP -.B TRACKER_DISABLE_MEEGOTOUCH_LOCALE -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. - -.TP .B TRACKER_USE_LOG_FILES Don't just log to stdout and stderr, but to log files too which are kept in $HOME/.local/share/tracker/. This came into effect in 0.15.3 diff --git a/docs/reference/libtracker-sparql/overview.sgml b/docs/reference/libtracker-sparql/overview.sgml index 586c1154d..400dca904 100644 --- a/docs/reference/libtracker-sparql/overview.sgml +++ b/docs/reference/libtracker-sparql/overview.sgml @@ -184,15 +184,6 @@ $ pkg-config --libs tracker-sparql-0.12 created SQLite connection in tracker-store. </para> </listitem> - <listitem> - <emphasis>TRACKER_DISABLE_MEEGOTOUCH_LOCALE</emphasis> - <para> - 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. - </para> - </listitem> </itemizedlist> </para> |