This file is indexed.

/usr/share/help-langpack/ur/ubuntu-help/color-notifications.page is in language-pack-gnome-ur-base 1:14.04+20140410.

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
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="color-notifications" xml:lang="ur">

  <info>
    <credit type="author">
      <name>Richard Hughes</name>
      <email>richard@hughsie.com</email>
    </credit>
    <desc>
      You can be notified if your color profile is old and inaccurate.
    </desc>
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
    <link type="guide" xref="color#problems"/>
    <link type="seealso" xref="color-why-calibrate"/>
    <revision pkgversion="3.7.1" version="0.2" date="2012-11-16" status="outdated"/>
    <revision version="13.10" date="2013-10-24" status="review"/>
  </info>

  <title>Can I get notified when my color profile is inaccurate?</title>
  <p>
    Unfortunately we can't tell without recalibrating whether a device
    profile is accurate.
    We can use a simple metric of the amount of time since calibration
    to determine if a recalibrate is recommended.
  </p>
  <p>
    Some companies have very specific timeout policies for profiles, as
    an inaccurate color profile can make a huge difference to an end
    product.
  </p>
  <p>
    If you set the timeout policy and a profile is older than the
    policy then a red warning triangle will be shown in the
    <guiseq><gui>System Settings</gui><gui>Color</gui></guiseq> dialog
    next to the profile.
    A warning notification will also be shown every time you log into
    your computer.
  </p>
  <p>
    To set the policy for display and printer devices, you specify the
    maximum age of the profile in days:
  </p>

<screen>
<output style="prompt">[rupert@gnome] </output><input>gsettings set org.gnome.settings-daemon.plugins.color recalibrate-printer-threshold 180</input>
<output style="prompt">[rupert@gnome] </output><input>gsettings set org.gnome.settings-daemon.plugins.color recalibrate-display-threshold 180</input>
</screen>

</page>