This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome-mpv.gschema.xml is in gnome-mpv 0.13-1ubuntu1.

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
<?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 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='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="/org/gnome-mpv/gnome-mpv/window-state/"
		id="org.gnome-mpv.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'>
			<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-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>