/usr/share/glib-2.0/schemas/org.gnome.mahjongg.gschema.xml is in mahjongg 1:3.4.1-0ubuntu1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/mahjongg/" id="org.gnome.mahjongg" gettext-domain="gnome-games">
<key type="b" name="show-toolbar">
<default>true</default>
</key>
<key type="s" name="tileset">
<default>"postmodern.svg"</default>
</key>
<key type="s" name="mapset">
<default>"Easy"</default>
</key>
<key type="s" name="bgcolour">
<default>"#34385b"</default>
</key>
</schema>
</schemalist>
|