This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.anjuta.plugins.scratchbox.gschema.xml is in anjuta-extras 3.10.0-5.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
	<schema path="/org/gnome/anjuta/plugins/scratchbox/" id="org.gnome.anjuta.plugins.scratchbox">
		<key type="s" name="build-path">
			<default>"/usr"</default>
		</key>
		<key type="s" name="version">
			<choices>
				<choice value="Sbox1"/>
				<choice value="Sbox2"/>
			</choices>
			<default>"Sbox2"</default>
		</key>
		<key type="s" name="target">
			<default>"None"</default>
		</key>
	</schema>
</schemalist>