This file is indexed.

/usr/share/doc/python-nautilus/examples/README is in python-nautilus 1.1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
To try any of the examples, copy them over to:

    $XDG_DATA_DIR/share/nautilus-python/extensions/
or:
    ~/.local/share/nautilus-python/extensions/

FYI, it is still possible to load plugins from the old locations.

Then restart nautilus.

Hint: if you're testing an extension that you're developing, it may
be useful to start a 'private' instance of nautilus, like this:
 $ mkdir /tmp/testing
 $ export TMPDIR=/tmp/testing
 $ nautilus --no-desktop