This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome-mpv.gschema.xml is in gnome-mpv 0.7-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-mpv">
	<schema path="/org/gnome-mpv/gnome-mpv/" id="org.gnome-mpv">
		<child schema="org.gnome-mpv.window-state" name="window-state"/>

		<key type='b' name='dark-theme-enable'>
			<default>true</default>
			<summary>Enable or disable dark theme</summary>
			<description>
			</description>
		</key>
		<key type='b' name='csd-enable'>
			<default>true</default>
			<summary>Enable or disable client-side decorations</summary>
			<description>
			</description>
		</key>
		<key type='b' name='last-folder-enable'>
			<default>false</default>
			<summary>Whether or not to make file chooser dialog remember last folder accessed</summary>
			<description>
			</description>
		</key>
		<key type='b' name='mpv-msg-redir-enable'>
			<default>false</default>
			<summary>Whether or not to redirect mpv log messages to console</summary>
			<description>
			</description>
		</key>
		<key type='s' name='mpv-options'>
			<default>''</default>
			<summary>Options to pass to mpv</summary>
			<description>
			</description>
		</key>
		<key type='s' name='mpv-config-file'>
			<default>''</default>
			<summary>Path to mpv configuration file</summary>
			<description>
			</description>
		</key>
		<key type='b' name='mpv-config-enable'>
			<default>false</default>
			<summary>Load or don't load mpv configuration file</summary>
			<description>
			</description>
		</key>
		<key type='s' name='mpv-input-config-file'>
			<default>''</default>
			<summary>Path to mpv input configuration file</summary>
			<description>
			</description>
		</key>
		<key type='b' name='mpv-input-config-enable'>
			<default>false</default>
			<summary>Load or don't load mpv input configuration file</summary>
			<description>
			</description>
		</key>
	</schema>

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