This file is indexed.

/usr/share/gambas3/mime/application-x-gambas3.xml is in gambas3-runtime 3.1.1-2.2ubuntu4.

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
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
	<mime-type type="application/x-gambas3">
		<sub-class-of type="application/x-executable"/>
		<comment>Gambas 3 executable</comment>
		<comment xml:lang="fr">Exécutable Gambas 3</comment>
		<magic priority="50">
			<match type="string" value="#! /usr/bin/env gbr3" offset="0"/>
		</magic>
		<glob pattern="*.gambas" />
	</mime-type>
</mime-info>