This file is indexed.

/usr/share/font-manager/help/C/actions.page is in font-manager 0.5.7-3.

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
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<page xmlns="http://projectmallard.org/1.0/"
    xmlns:e="http://projectmallard.org/experimental/"
    type="topic" style="task" id="actions">

    <info>
        <link type="guide" xref="index#additional"/>
        <desc>Adding calls to external programs</desc>
    </info>

    <title>User Actions</title>
        <p>
        <app>Font Manager</app> allows you to call external programs to take
        some action on the selected font.
        </p>

        <list>
            <item>
                <title>To add an action:</title>
                <steps>
                    <item>
                        <p>
                        Right-click a font in the
                        <link xref="ui#family-pane">Family Pane</link>
                        </p>
                    </item>
                    <item>
                        <p>
                        Select <gui style="button">Edit Actions</gui> from the
                        popup-menu that is displayed
                        </p>
                    </item>
                    <item>
                        <p>
                        Click
                        <gui style="button">
                        Add
                        </gui>
                        </p>
                    </item>
                    <item>
                        <p>
                        Enter the required information in the
                        <gui>New Action</gui> dialog then click
                        <gui style="button">OK</gui>
                        </p>
                    </item>
                </steps>
            </item>
            <item>
                <title>To edit an action:</title>
                <steps>
                    <item>
                        <p>
                        Right-click a font in the
                        <link xref="ui#family-pane">Family Pane</link>
                        </p>
                    </item>
                    <item>
                        <p>
                        Select <gui style="button">Edit Actions</gui> from the
                        popup-menu that is displayed
                        </p>
                    </item>
                    <item>
                        <p>
                        Select the action you wish to edit from the list.
                        </p>
                    </item>
                    <item>
                        <p>
                        Click
                        <gui style="button">
                        Edit
                        </gui>
                        </p>
                    </item>
                    <item>
                        <p>
                        Enter the required information in the
                        <gui>Edit Action</gui> dialog then click
                        <gui style="button">OK</gui>
                        </p>
                    </item>
                </steps>
            </item>
            <item>
                <title>To remove an action:</title>
                <steps>
                    <item>
                        <p>
                        Right-click a font in the
                        <link xref="ui#family-pane">Family Pane</link>
                        </p>
                    </item>
                    <item>
                        <p>
                        Select <gui style="button">Edit Actions</gui> from the
                        popup-menu that is displayed
                        </p>
                    </item>
                    <item>
                        <p>
                        Select the action you wish to remove from the list
                        </p>
                    </item>
                    <item>
                        <p>
                        Click
                        <gui style="button">
                        Remove
                        </gui>
                        </p>
                    </item>
                </steps>
            </item>
        </list>

</page>