/usr/share/glib-2.0/schemas/org.gnome.Music.gschema.xml is in gnome-music 3.18.2-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 | <?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>
<key type="b" name="notifications">
<default>true</default>
<summary>Notifications mode</summary>
<description>Enables or disables playback notifications</description>
</key>
<key type="i" name="max-width-chars">
<default>20</default>
<summary>Max chars to display in track name on Artist view</summary>
<description>This setting modifies the amount of chars for track title on Artist view before its been ellipsized. Set this to -1 to disable</description>
</key>
<key type="b" name="replaygain">
<default>false</default>
<summary>Enable ReplayGain</summary>
<description>Enables or disables ReplayGain for albums</description>
</key>
<key type="b" name="did-initial-state">
<default>false</default>
<summary>Inital state has been displayed</summary>
<description>Set to true when initial state has been displayed</description>
</key>
</schema>
</schemalist>
|