This file is indexed.

/usr/share/gcompris/boards/imageid/board1.xml is in gcompris-data 13.11-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
<?xml version="1.0" encoding="UTF-8" ?>
<ImageId>
  <Board>
  	<pixmapfile>imageid/school_bag.png</pixmapfile>
  	<good>satchel</good>
	<bad>cheese</bad>
	<bad>house</bad>
  </Board>
  <Board>
  	<pixmapfile>imageid/banana.png</pixmapfile>
  	<good>banana</good>
	<bad>house</bad>
	<bad>book</bad>
  </Board>
  <Board>
  	<pixmapfile>imageid/house.png</pixmapfile>
  	<good>house</good>
	<bad>book</bad>
	<bad>bag</bad>
  </Board>
  <Board>
  	<pixmapfile>imageid/apple.png</pixmapfile>
  	<good>apple</good>
	<bad>pear</bad>
	<bad>cow</bad>
  </Board>
</ImageId>