This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.anjuta.plugins.build.gschema.xml is in anjuta-common 2:3.22.0-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
	<schema path="/org/gnome/anjuta/plugins/build/" id="org.gnome.anjuta.plugins.build">
		<key type="b" name="parallel-make">
			<default>false</default>
		</key>
		<key type="i" name="parallel-make-job">
			<default>1</default>
		</key>
		<key type="b" name="continue-error">
			<default>false</default>
		</key>
		<key type="b" name="translate-message">
			<default>true</default>
		</key>
		<key type="b" name="indicators-automatic">
			<default>true</default>
		</key>
		<key type="b" name="install-root">
			<default>false</default>
			<summary>True if we need a special command to install files</summary>
		</key>
		<key type="s" name="install-root-command">
			<default>"sudo %s"</default>
			<summary>Command used to be allowed to install files</summary>
			<description>The command has to contain "%s" or "%q". This will be replaced by the command used to install the files, by example "make install". %s is replaced by the command without any change while %q is replaced by the quoted command. You can use %% to get a "%" character. A typical value is "sudo %s" or "su -c %q".</description>
		</key>
	</schema>
</schemalist>