summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2019-05-21 01:21:46 +0200
committerSam Thursfield <sam@afuera.me.uk>2019-05-25 20:57:08 +0200
commit23509b05f272448aabe8a13569e404b1e478e27f (patch)
treecce7268fd17b78ad3e87ac94ebaafc54e7430444 /README.md
parentea4263b50d8382154068f45656229c449acf2440 (diff)
downloadtracker-23509b05f272448aabe8a13569e404b1e478e27f.tar.gz
README: Remove more obsolete info
Most of the tools referenced in "Running Tracker" don't exist any more. We shouldn't need to document how to set inotify limits as distros should be setting inotify limits high enough for Tracker to work out of the box. The man pages referred in the "Further help" section are nice, but ideally they'd be linked from the main documentation at https://wiki.gnome.org/Projects/Tracker (see https://gitlab.gnome.org/GNOME/tracker/issues/107).
Diffstat (limited to 'README.md')
-rw-r--r--README.md51
1 files changed, 0 insertions, 51 deletions
diff --git a/README.md b/README.md
index facdea499..2dacfd080 100644
--- a/README.md
+++ b/README.md
@@ -53,54 +53,3 @@ with files not being installed correctly. (You may need to copy
and amend the dbus service file to the correct directory and/or
might need to update ld_conf if you install into non-standard
directories.)
-
-## Running Tracker
-
-### Usage
-
-Tracker normally starts itself when users log in. You can indexing by running:
-
- $prefix/libexec/tracker-miner-fs
-
-You can configure how this works using:
-
- $prefix/bin/tracker-preferences
-
-You can monitor data miners using:
-
- $prefix/bin/tracker-status-icon
-
-You can do simple searching using an applet:
-
- $prefix/libexec/tracker-search-bar
-
-You can do more extensive searching using:
-
- $prefix/bin/tracker-search-tool
-
-### Setting Inotify Watch Limit
-
-When watching large numbers of folders, its possible to exceed
-the default number of inotify watches. In order to get real time
-updates when this value is exceeded it is necessary to increase
-the number of allowed watches. This can be done as follows:
-
- 1. Add this line to /etc/sysctl.conf:
- "fs.inotify.max_user_watches = (number of folders to be
- watched; default used to be 8192 and now is 524288)"
-
- 2. Reboot the system OR (on a Debian-like system) run
- "sudo /etc/init.d/procps restart"
-
-## Further Help
-
-### Man pages
-
-Every config file and every binary has a man page. If you start with
-tracker-store, you should be able to find out about most other
-commands on the SEE ALSO section.
-
-### Utilities
-
-There are a range of tracker utilities that help you query for data.
-