/usr/share/glib-2.0/schemas/org.mate.screenshot.gschema.xml is in mate-utils-common 1.16.0-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 | <schemalist gettext-domain="mate-utils">
<schema id="org.mate.screenshot" path="/org/mate/screenshot/">
<key name="delay" type="i">
<default>0</default>
<summary>Screenshot delay</summary>
<description>The number of seconds to wait before taking the screenshot.</description>
</key>
<key name="last-save-directory" type="s">
<default>''</default>
<summary>Screenshot directory</summary>
<description>The directory the last screenshot was saved in.</description>
</key>
<key name="include-border" type="b">
<default>true</default>
<summary>Include Border</summary>
<description>Include the window manager border along with the screenshot</description>
</key>
<key name="include-pointer" type="b">
<default>true</default>
<summary>Include Pointer</summary>
<description>Include the pointer in the screenshot</description>
</key>
<key name="border-effect" type="s">
<default>'none'</default>
<summary>Border Effect</summary>
<description>Effect to add to the outside of a border. Possible values are "shadow", "none", and "border".</description>
</key>
</schema>
</schemalist>
|