This file is indexed.

/usr/share/doc/gnome-photos/README is in gnome-photos 3.18.2-1.

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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Photos - access, organize and share your photos on GNOME
========================================================

Bugs: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-photos
Design: https://live.gnome.org/Design/Apps/Photos
Download: http://download.gnome.org/sources/gnome-photos
Git: http://git.gnome.org/browse/gnome-photos
Website: https://wiki.gnome.org/Apps/Photos

----

Photos, like Documents, Music and Videos, is one of the core GNOME
applications meant for find and reminding the user about her content.
The internal architecture Photos is based on Documents -- the document
manager application for GNOME, because they share similar UI/UX
patterns and objectives.

Points to remember while hacking on Photos:

+ Avoid unnecessary divergences from Documents. Valid exceptions
  include changes needed to convert JavaScript idioms to their C
  equivalents.

+ Share the same set of widgets as Documents, or the other core GNOME
  applications, as much as possible.

+ Monitor changes in the Documents code base and clone them when
  relevant.

+ Follow the GNU coding style. To accomodate longer class and method
  names due to namespace prefixes, line lengths upto 120 characters
  are allowed.

----

Photos is licensed under the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at
your option) any later version.