This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.seahorse.gschema.xml is in seahorse 3.2.2-0ubuntu2.

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
<schemalist>
	<schema id="org.gnome.seahorse" path="/apps/seahorse/">
		<key name="server-auto-retrieve" type="b">
			<default>false</default>
			<summary>Auto retrieve keys</summary>
			<description>Whether or not keys should be automatically retrieved from key servers.</description>
		</key>
		<key name="server-auto-publish" type="b">
			<default>false</default>
			<summary>Auto publish keys</summary>
			<description>Whether or not modified keys should be automatically published.</description>
		</key>
		<key name="server-publish-to" type="s">
			<default>''</default>
			<summary>Publish keys to this key server</summary>
			<description>The key server to publish PGP keys to. Or empty to suppress publishing of PGP keys.</description>
		</key>
		<key name="last-search-text" type="s">
			<default>''</default>
			<summary>Last key server search pattern</summary>
			<description>The last search pattern searched for against a key server.</description>
		</key>
		<key name="last-search-servers" type="as">
			<default>[]</default>
			<summary>Last key servers used</summary>
			<description>The last key server a search was performed against or empty for all key servers.</description>
		</key>
	</schema>
</schemalist>