This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.almanah.gschema.xml is in almanah 0.11.1-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
	<schema path="/org/gnome/Almanah/" id="org.gnome.almanah" gettext-domain="almanah">
		<key type="s" name="encryption-key">
			<default>''</default>
			<summary>Database encryption key ID</summary>
			<description>The ID of the key to use to encrypt and decrypt the database, if Almanah has been built with encryption support. Leave blank to disable database encryption.</description>
		</key>
		<key type="s" name="spelling-language">
			<default>''</default>
			<summary>Spell checking language</summary>
			<description>The locale specifier of the language in which to check entry spellings.</description>
		</key>
		<key type="b" name="spell-checking-enabled">
			<default>true</default>
			<summary>Spell checking enabled?</summary>
			<description>Whether spell checking of entries is enabled.</description>
		</key>
	</schema>
</schemalist>