This file is indexed.

/usr/share/glib-2.0/schemas/io.github.GnomeMpv.gschema.xml is in gnome-mpv 0.11-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
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="utf-8"?>

<schemalist gettext-domain="gnome-mpv">
	<schema path="/io/github/gnome-mpv/" id="io.github.GnomeMpv">
		<child	schema="io.github.GnomeMpv.window-state"
			name="window-state" />

		<key name='settings-migrated' type='b'>
			<default>false</default>
			<summary>Whether the settings has already been migrated from the previous version</summary>
			<description>
			</description>
		</key>
		<key name='dark-theme-enable' type='b'>
			<default>true</default>
			<summary>Enable or disable dark theme</summary>
			<description>
			</description>
		</key>
		<key name='csd-enable' type='b'>
			<default>true</default>
			<summary>Enable or disable client-side decorations</summary>
			<description>
			</description>
		</key>
		<key name='last-folder-enable' type='b'>
			<default>false</default>
			<summary>Whether or not to make file chooser dialog remember last folder accessed</summary>
			<description>
			</description>
		</key>
		<key name='multiple-instances-enable' type='b'>
			<default>false</default>
			<summary>Allow multiple instances</summary>
			<description>
			</description>
		</key>
		<key name='mpv-options' type='s'>
			<default>''</default>
			<summary>Options to pass to mpv</summary>
			<description>
			</description>
		</key>
		<key name='mpv-config-file' type='s'>
			<default>''</default>
			<summary>Path to mpv configuration file</summary>
			<description>
			</description>
		</key>
		<key name='mpv-config-enable' type='b'>
			<default>false</default>
			<summary>Load or don't load mpv configuration file</summary>
			<description>
			</description>
		</key>
		<key name='mpv-input-config-file' type='s'>
			<default>''</default>
			<summary>Path to mpv input configuration file</summary>
			<description>
			</description>
		</key>
		<key name='mpv-input-config-enable' type='b'>
			<default>false</default>
			<summary>Load or don't load mpv input configuration file</summary>
			<description>
			</description>
		</key>
	</schema>

	<schema	path="/io/github/gnome-mpv/window-state/"
		id="io.github.GnomeMpv.window-state">
		<key name='width' type='i'>
			<default>640</default>
			<summary>Width of the window</summary>
			<description>
			</description>
		</key>
		<key name='height' type='i'>
			<default>480</default>
			<summary>Height of the window</summary>
			<description>
			</description>
		</key>
		<key name='volume' type='d'>
			<range min="0" max="1"/>
			<default>1.0</default>
			<summary>Volume of player</summary>
			<description>
			</description>
		</key>
		<key name='playlist-width' type='i'>
			<default>250</default>
			<summary>Width of the playlist</summary>
			<description>
			</description>
		</key>
		<key name='show-controls' type='b'>
			<default>true</default>
			<summary>Show or not show the controls</summary>
			<description>
			</description>
		</key>
		<key name='show-playlist' type='b'>
			<default>false</default>
			<summary>Show or not show the playlist</summary>
			<description>
			</description>
		</key>
		<key name='last-folder-uri' type='s'>
			<default>''</default>
			<summary>URI of the last folder accessed</summary>
			<description>
			</description>
		</key>
	</schema>
</schemalist>