This file is indexed.

/usr/share/gps/plug-ins/icons.xml is in gnat-gps-common 5.3dfsg-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
 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<?xml version="1.0"?>
<!--  Defines the default icon theme for GPS.

      Most icons in GPS can be edited by changing the contents of this script
      (or creating another one similar to this one and loading it instead of
      this one).
-->

<GPS>

  <stock>

    <!-- General-purpose icons -->

    <icon id="gtk-paste"              label="Paste"
                                      file="../icons/24px/clipboard_24.png" >
       <alternate                     file="../icons/16px/clipboard_16.png" size="1" />
       <alternate                     file="../icons/18px/clipboard_18.png" size="2" />
    </icon>

    <icon id="gtk-copy"               label="Copy"
                                      file="../icons/24px/copy_24.png" >
       <alternate                     file="../icons/16px/copy_16.png" size="1" />
       <alternate                     file="../icons/18px/copy_18.png" size="2" />
    </icon>

    <icon id="gtk-cut"                label="Cut"
                                      file="../icons/24px/cut_24.png" >
       <alternate                     file="../icons/16px/cut_16.png" size="1" />
       <alternate                     file="../icons/18px/cut_18.png" size="2" />
    </icon>

    <icon id="gps-navigate-forward"   label="Forward"
                                      file="../icons/24px/goto_next_24.png" >
       <alternate                     file="../icons/16px/goto_next_16.png" size="1" />
       <alternate                     file="../icons/18px/goto_next_18.png" size="2" />
    </icon>

    <icon id="gps-navigate-back"      label="Back"
                                      file="../icons/24px/goto_previous_24.png" >
       <alternate                     file="../icons/16px/goto_previous_16.png" size="1" />
       <alternate                     file="../icons/18px/goto_previous_18.png" size="2" />
    </icon>

    <icon id="gtk-new"                label="New"
                                      file="../icons/24px/newfile_24.png" >
       <alternate                     file="../icons/16px/newfile_16.png" size="1" />
       <alternate                     file="../icons/18px/newfile_18.png" size="2" />
    </icon>

    <icon id="gtk-open"               label="Open"
                                      file="../icons/24px/open_24.png" >
       <alternate                     file="../icons/16px/open_16.png" size="1" />
       <alternate                     file="../icons/18px/open_18.png" size="2" />
    </icon>

    <icon id="gtk-redo"               label="Redo"
                                      file="../icons/24px/redo_24.png" >
       <alternate                     file="../icons/16px/redo_16.png" size="1" />
       <alternate                     file="../icons/18px/redo_18.png" size="2" />
    </icon>

    <icon id="gtk-save"               label="Save"
                                      file="../icons/24px/save_24.png" >
       <alternate                     file="../icons/16px/save_16.png" size="1" />
       <alternate                     file="../icons/18px/save_18.png" size="2" />
    </icon>

    <icon id="gtk-undo"               label="Undo"
                                      file="../icons/24px/undo_24.png" >
       <alternate                     file="../icons/16px/undo_16.png" size="1" />
       <alternate                     file="../icons/18px/undo_18.png" size="2" />
    </icon>

    <!-- Debugger icons -->

    <icon id="gps-debugger-run"       label="Go"
                                      file="../icons/24px/play_24.png" >
       <alternate                     file="../icons/16px/play_16.png" size="1" />
       <alternate                     file="../icons/18px/play_18.png" size="2" />
    </icon>

    <icon id="gps-debugger-step"      label="Step"
                                      file="../icons/24px/step_24.png" >
       <alternate                     file="../icons/16px/step_16.png" size="1" />
       <alternate                     file="../icons/18px/step_18.png" size="2" />
    </icon>

    <icon id="gps-debugger-next"      label="Next"
                                      file="../icons/24px/next_24.png" >
       <alternate                     file="../icons/16px/next_16.png" size="1" />
       <alternate                     file="../icons/18px/next_18.png" size="2" />
    </icon>

    <icon id="gps-debugger-finish"    label="Finish"
                                      file="../icons/24px/finish_24.png" >
       <alternate                     file="../icons/16px/finish_16.png" size="1" />
       <alternate                     file="../icons/18px/finish_18.png" size="2" />
    </icon>

    <icon id="gps-debugger-up"        label="Up"
                                      file="../icons/24px/stack_up_24.png" >
       <alternate                     file="../icons/16px/stack_up_16.png" size="1" />
       <alternate                     file="../icons/18px/stack_up_18.png" size="2" />
    </icon>

    <icon id="gps-debugger-down"      label="Down"
                                      file="../icons/24px/stack_down_24.png" >
       <alternate                     file="../icons/16px/stack_down_16.png" size="1" />
       <alternate                     file="../icons/18px/stack_down_18.png" size="2" />
    </icon>

    <!-- Note that the icon file is specified twice. The first occurrence is
         a general-purpose one (this is the reference image which will be scaled
         at different sizes if needed, the other is the image to use as-is for
         the "menu" size (16x16).
         It's necessary to specify both, because the actual icon is 9x9 pixels,
         and we don't want gtk+ to scale it to 16x16. -->

    <icon id="gps-debugger-break"     file="../icons/16px/debug_break.png">
       <alternate                     file="../icons/16px/debug_break.png" size="1" />
    </icon>

    <icon id="gps-debugger-current"   file="../icons/16px/debug_indicator.png">
       <alternate                     file="../icons/16px/debug_indicator.png" size="1" />
    </icon>

    <icon id="gps-debugger-line-might-have-code" file="../icons/9px/line_might_have_code.png">
       <alternate                                file="../icons/9px/line_might_have_code.png" size="1" />
    </icon>

    <icon id="gps-debugger-line-has-code" file="../icons/9px/line_has_code.png">
       <alternate                                file="../icons/9px/line_has_code.png" size="1" />
    </icon>

    <!-- General-purpose icons -->

    <icon id="gps-file"               file="../icons/16px/file.png" />
    <icon id="gps-file-modified"      file="../icons/16px/file_pencil.png" />

    <icon id="gps-folder-closed"      file="../icons/16px/folder_closed.png" />
    <icon id="gps-folder-open"        file="../icons/16px/folder_open.png" />

    <icon id="gps-folder-exec-closed" file="../icons/16px/folder_e_closed.png" />
    <icon id="gps-folder-exec-open"   file="../icons/16px/folder_e_open.png" />

    <icon id="gps-folder-obj-closed"  file="../icons/16px/folder_o_closed.png" />
    <icon id="gps-folder-obj-open"    file="../icons/16px/folder_o_open.png" />

    <icon id="gps-project-open"                file="../icons/16px/project_box.png" />
    <icon id="gps-project-closed"              file="../icons/16px/project_box.png" />
    <icon id="gps-project-modified-open"       file="../icons/16px/project_box_pencil.png" />
    <icon id="gps-project-modified-closed"     file="../icons/16px/project_box_pencil.png" />

    <icon id="gps-box"                file="../icons/16px/box.png" />

    <icon id="adacore-logo"           file="../icons/other/adacore_logo.png">
       <alternate                     file="../icons/other/adacore_logo.png" size="3" />
    </icon>

    <icon id="button-guide"           file="../icons/other/button_guide.png">
       <alternate                     file="../icons/other/button_guide.png" size="3" />
    </icon>

    <icon id="button-guide-over"      file="../icons/other/button_guide_over.png">
       <alternate                     file="../icons/other/button_guide_over.png" size="3" />
    </icon>

    <icon id="button-overview"        file="../icons/other/button_overview.png">
       <alternate                     file="../icons/other/button_overview.png" size="3" />
    </icon>

    <icon id="button-overview-over"   file="../icons/other/button_overview_over.png">
       <alternate                     file="../icons/other/button_overview_over.png" size="3" />
    </icon>

    <icon id="button-tutorial"        file="../icons/other/button_tutorial.png">
       <alternate                     file="../icons/other/button_tutorial.png" size="3" />
    </icon>

    <icon id="button-tutorial-over"   file="../icons/other/button_tutorial_over.png">
       <alternate                     file="../icons/other/button_tutorial_over.png" size="3" />
    </icon>

    <icon id="get-started"            file="../icons/other/get_started.png">
       <alternate                     file="../icons/other/get_started.png" size="3" />
    </icon>

    <icon id="welcome-header"         file="../icons/other/welcome_header.png">
       <alternate                     file="../icons/other/welcome_header.png" size="3" />
    </icon>

    <icon id="gps-warning"            file="../icons/16px/warning.png">
       <alternate                     file="../icons/16px/warning.png" size="1" />
    </icon>

    <!-- Entities -->

    <icon id="gps-entity-package"         file="../icons/16px/entities/square_x.png" />
    <icon id="gps-entity-subprogram"      file="../icons/16px/entities/circle_x.png" />
    <icon id="gps-entity-type"            file="../icons/16px/entities/triangle_x.png" />
    <icon id="gps-entity-variable"        file="../icons/16px/entities/dot_x.png" />
    <icon id="gps-entity-generic"         file="../icons/16px/entities/diamond_x.png" />

    <icon id="gps-entity-package-spec"         file="../icons/16px/entities/square_xs.png" />
    <icon id="gps-entity-subprogram-spec"      file="../icons/16px/entities/circle_xs.png" />
    <icon id="gps-entity-type-spec"            file="../icons/16px/entities/triangle_xs.png" />
    <icon id="gps-entity-variable-spec"        file="../icons/16px/entities/dot_xs.png" />
    <icon id="gps-entity-generic-spec"         file="../icons/16px/entities/diamond_xs.png" />

    <icon id="gps-entity-package-private"         file="../icons/16px/entities/square.png" />
    <icon id="gps-entity-subprogram-private"      file="../icons/16px/entities/circle.png" />
    <icon id="gps-entity-type-private"            file="../icons/16px/entities/triangle.png" />
    <icon id="gps-entity-variable-private"        file="../icons/16px/entities/dot.png" />
    <icon id="gps-entity-generic-private"         file="../icons/16px/entities/diamond.png" />

    <icon id="gps-entity-package-private-spec"         file="../icons/16px/entities/square_s.png" />
    <icon id="gps-entity-subprogram-private-spec"      file="../icons/16px/entities/circle_s.png" />
    <icon id="gps-entity-type-private-spec"            file="../icons/16px/entities/triangle_s.png" />
    <icon id="gps-entity-variable-private-spec"        file="../icons/16px/entities/dot_s.png" />
    <icon id="gps-entity-generic-private-spec"         file="../icons/16px/entities/diamond_s.png" />

    <icon id="gps-entity-package-protected"         file="../icons/16px/entities/square_p.png" />
    <icon id="gps-entity-subprogram-protected"      file="../icons/16px/entities/circle_p.png" />
    <icon id="gps-entity-type-protected"            file="../icons/16px/entities/triangle_p.png" />
    <icon id="gps-entity-variable-protected"        file="../icons/16px/entities/dot_p.png" />
    <icon id="gps-entity-generic-protected"         file="../icons/16px/entities/diamond_p.png" />

    <icon id="gps-entity-package-protected-spec"         file="../icons/16px/entities/square_ps.png" />
    <icon id="gps-entity-subprogram-protected-spec"      file="../icons/16px/entities/circle_ps.png" />
    <icon id="gps-entity-type-protected-spec"            file="../icons/16px/entities/triangle_ps.png" />
    <icon id="gps-entity-variable-protected-spec"        file="../icons/16px/entities/dot_ps.png" />
    <icon id="gps-entity-generic-protected-spec"         file="../icons/16px/entities/diamond_ps.png" />

    <!-- VCS icons -->

    <icon id="gps-vcs-added"          file="../icons/20px/vcs-added.png" />
    <icon id="gps-vcs-modified"       file="../icons/20px/vcs-modified.png" />
    <icon id="gps-vcs-needs-merge"    file="../icons/20px/vcs-needs-merge.png" />
    <icon id="gps-vcs-needs-update"   file="../icons/20px/vcs-needs-update.png" />
    <icon id="gps-vcs-not-registered" file="../icons/20px/vcs-not-registered.png" />
    <icon id="gps-vcs-removed"        file="../icons/20px/vcs-removed.png" />
    <icon id="gps-vcs-unknown"        file="../icons/20px/vcs-unknown.png" />
    <icon id="gps-vcs-up-to-date"     file="../icons/20px/vcs-up-to-date.png" />
    <icon id="gps-vcs-has-conflicts"  file="../icons/20px/vcs-has-conflicts.png" />

    <!-- GPS remote icons -->

    <icon id="gps-sync-to-local"      file="../icons/16px/sync_to_local.png" />
    <icon id="gps-sync-to-remote"     file="../icons/16px/sync_to_remote.png" />

    <!-- GPS window icon -->

    <icon id="gps-icon-16"            file="../icons/16px/gps_16.png" />
    <icon id="gps-icon-32"            file="../icons/32px/gps_32.png" />
    <icon id="gps-icon-48"            file="../icons/48px/gps_48.png" />

    <!-- Code coverage icons -->

    <icon id="gps-gcov-covered"       file="../icons/9px/executed_code.png">
       <alternate                     file="../icons/9px/executed_code.png" size="1" />
    </icon>

    <icon id="gps-gcov-non-covered"   file="../icons/9px/non_executed_code.png">
       <alternate                     file="../icons/9px/non_executed_code.png" size="1" />
    </icon>

    <!--  Builder icons -->

    <icon id="gps-build-all"       label="Build all"
                                      file="../icons/24px/build_all_24.png" >
       <alternate                     file="../icons/16px/build_all_16.png" size="1" />
       <alternate                     file="../icons/18px/build_all_18.png" size="2" />
    </icon>

     <icon id="gps-build-main"       label="Build main"
                                      file="../icons/24px/build_main_24.png" >
       <alternate                     file="../icons/16px/build_main_16.png" size="1" />
       <alternate                     file="../icons/18px/build_main_18.png" size="2" />
    </icon>

    <icon id="gps-clean"       label="Clean"
                                      file="../icons/24px/cleanup_24.png" >
       <alternate                     file="../icons/16px/cleanup_16.png" size="1" />
       <alternate                     file="../icons/18px/cleanup_18.png" size="2" />
    </icon>

    <icon id="gps-compile"       label="Compile"
                                      file="../icons/24px/compile_24.png" >
       <alternate                     file="../icons/16px/compile_16.png" size="1" />
       <alternate                     file="../icons/18px/compile_18.png" size="2" />
    </icon>

    <icon id="gps-compute-xref"       label="Compute Xref"
                                      file="../icons/24px/compute_xref_24.png" >
       <alternate                     file="../icons/16px/compute_xref_16.png" size="1" />
       <alternate                     file="../icons/18px/compute_xref_18.png" size="2" />
    </icon>

    <icon id="gps-custom-build"       label="Custom build"
                                      file="../icons/24px/custom_build_24.png" >
       <alternate                     file="../icons/16px/custom_build_16.png" size="1" />
       <alternate                     file="../icons/18px/custom_build_18.png" size="2" />
    </icon>

    <icon id="gps-semantic-check"       label="Semantic check"
                                      file="../icons/24px/semantic_check_24.png" >
       <alternate                     file="../icons/16px/semantic_check_16.png" size="1" />
       <alternate                     file="../icons/18px/semantic_check_18.png" size="2" />
    </icon>

    <icon id="gps-syntax-check"       label="Syntax check"
                                      file="../icons/24px/syntax_check_24.png" >
       <alternate                     file="../icons/16px/syntax_check_16.png" size="1" />
       <alternate                     file="../icons/18px/syntax_check_18.png" size="2" />
    </icon>

    <icon id="gps-build-error"       file="../icons/9px/build_error.png">
       <alternate                    file="../icons/9px/build_error.png" size="1" />
    </icon>

    <icon id="gps-build-warning"     file="../icons/9px/build_warning.png">
       <alternate                    file="../icons/9px/build_warning.png" size="1" />
    </icon>

    <icon id="gps-build-style"       file="../icons/9px/build_style.png">
       <alternate                    file="../icons/9px/build_style.png" size="1" />
    </icon>

    <icon id="gps-build-error-fixable"   file="../icons/9px/build_error_fixable.png">
       <alternate                        file="../icons/9px/build_error_fixable.png" size="1" />
    </icon>

    <icon id="gps-build-warning-fixable" file="../icons/9px/build_warning_fixable.png">
       <alternate                        file="../icons/9px/build_warning_fixable.png" size="1" />
    </icon>

    <icon id="gps-build-style-fixable"   file="../icons/9px/build_style_fixable.png">
       <alternate                        file="../icons/9px/build_style_fixable.png" size="1" />
    </icon>

    <icon id="gps-wrench"    file="../icons/9px/wrench.png">
       <alternate            file="../icons/9px/wrench.png" size="1" />
    </icon>

    <icon id="gps-wrench-multi" file="../icons/9px/wrench_multi.png">
       <alternate               file="../icons/9px/wrench_multi.png" size="1" />
    </icon>
</stock>

</GPS>