This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gnome-applets.charpick.gschema.xml is in gnome-applets-data 3.28.0-1.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-applets-3.0">
	<schema id="org.gnome.gnome-applets.charpick">
		<key type="s" name="current-list">
			<default>''</default>
			<summary>Characters shown on applet startup</summary>
			<description>The string that the user had selected when the applet was last used. This string will be displayed when the user starts the applet.</description>
		</key>
		<key type="as" name="chartable">
			<default>[]</default>
			<summary>List of available palettes</summary>
			<description>List of strings containing the available palettes.</description>
		</key>
	</schema>
</schemalist>