This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.Music.gschema.xml is in gnome-music 3.14.1-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
    <enum id="org.gnome.Music.RepeatType">
        <value nick="none" value="0"/>
        <value nick="song" value="1"/>
        <value nick="all" value="2"/>
        <value nick="shuffle" value="3"/>
    </enum>
    <schema path="/org/gnome/Music/" id="org.gnome.Music" gettext-domain="gnome-music">
        <key type="ai" name="window-size">
            <default>[768, 600]</default>
            <summary>Window size</summary>
            <description>Window size (width and height).</description>
        </key>
        <key type="ai" name="window-position">
            <default>[]</default>
            <summary>Window position</summary>
            <description>Window position (x and y).</description>
        </key>
        <key type="b" name="window-maximized">
            <default>true</default>
            <summary>Window maximized</summary>
            <description>Window maximized state.</description>
        </key>
        <key enum="org.gnome.Music.RepeatType" name="repeat">
            <default>'none'</default>
            <summary>Playback repeat mode</summary>
            <!-- Translators: Don't translate allowed values, just the description in the brackets -->
            <description>Value identifies whether to repeat or randomize playback through the collection. Allowed values are: "none" (repeat and shuffle are off), "song" (repeat current song), "all" (repeat playlist, no shuffle), "shuffle" (shuffle playlist, presumes repeat all).</description>
        </key>
        <key type="b" name="search">
            <default>false</default>
            <summary>Search mode</summary>
            <description>If true, the search bar is shown.</description>
        </key>
    </schema>
</schemalist>