/usr/share/glib-2.0/schemas/org.gtkpod.gschema.xml is in gtkpod-data 2.1.5-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>
<schema path="/org/gtkpod/" id="org.gtkpod">
<key type="b" name="toolbar-visible">
<default>false</default>
</key>
<key type="s" name="remembered-plugins">
<default>""</default>
</key>
<key type="b" name="session-skip-last">
<default>false</default>
</key>
<key type="b" name="session-skip-last-files">
<default>false</default>
</key>
<key type="s" name="gdl-style">
<choices>
<choice value="Text"/>
<choice value="Icon"/>
<choice value="Both"/>
<choice value="Toolbar"/>
<choice value="Tabs"/>
</choices>
<default>"Both"</default>
</key>
<key type="s" name="toolbar-style">
<choices>
<choice value="Default"/>
<choice value="Both"/>
<choice value="Horiz"/>
<choice value="Icons"/>
<choice value="Text"/>
</choices>
<default>"Default"</default>
</key>
</schema>
</schemalist>
|