/usr/share/glib-2.0/schemas/org.gnome.baobab.gschema.xml is in baobab 3.8.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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/baobab/" id="org.gnome.baobab" gettext-domain="@GETTEXT_PACKAGE@">
<child schema="org.gnome.baobab.preferences" name="preferences"/>
<child schema="org.gnome.baobab.ui" name="ui"/>
</schema>
<schema path="/org/gnome/baobab/preferences/" id="org.gnome.baobab.preferences" gettext-domain="@GETTEXT_PACKAGE@">
<key type="as" name="excluded-uris">
<default>[]</default>
<summary>Excluded partitions URIs</summary>
<description>A list of URIs for partitions to be excluded from scanning.</description>
</key>
</schema>
<schema path="/org/gnome/baobab/ui/" id="org.gnome.baobab.ui" gettext-domain="@GETTEXT_PACKAGE@">
<key type="s" name="active-chart">
<default>'rings'</default>
<summary>Active Chart</summary>
<description>Which type of chart should be displayed.</description>
</key>
<key type="(ii)" name="window-size">
<default>(960, 600)</default>
<summary>Window size</summary>
<description>The initial size of the window</description>
</key>
<key type="i" name="window-state">
<default>0</default>
<summary>Window state</summary>
<description>The GdkWindowState of the window</description>
</key>
</schema>
</schemalist>
|